docs: Add documentation surrounding flags that ps:report accepts

Closes #2631

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2017-03-04 16:17:27 -07:00
parent 1e387b3b42
commit 31c9775ef4
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ case "$1" in
ps:stop <app>, Stop app container(s)
ps:rebuild <app>, Rebuild an app from source
ps:rebuildall, Rebuild all apps from source
ps:report, Shows report of all processes in app container(s)
ps:report [<app>] [<flag>], Displays a process report for one or more apps
ps:restart <app>, Restart app container(s)
ps:restartall, Restart all deployed app containers
ps:restore, Start previously running apps e.g. after reboot