Skip to content

Commit e0bc7ed

Browse files
author
Matthew Fisher
committed
ref(client): clarify usage of ps:restart
1 parent d081858 commit e0bc7ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/deis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ def ps(self, args):
17111711
Valid commands for processes:
17121712
17131713
ps:list list application processes
1714-
ps:restart restart process types (e.g. web, worker)
1714+
ps:restart restart an application or its process types
17151715
ps:scale scale processes (e.g. web=4 worker=2)
17161716
17171717
Use `deis help [command]` to learn more.
@@ -1751,7 +1751,7 @@ def ps_list(self, args, app=None):
17511751

17521752
def ps_restart(self, args):
17531753
"""
1754-
Restarts an application's processes by type.
1754+
Restart an application, a process type or a specific process.
17551755
17561756
Usage: deis ps:restart [<type>] [options]
17571757

0 commit comments

Comments
 (0)