Add start and stop to docs

This commit is contained in:
Ben Firshman 2013-12-13 20:35:54 +00:00
parent 8005254138
commit 1727586dd0
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ class TopLevelCommand(Command):
Commands: Commands:
ps List services and containers ps List services and containers
start Start services
stop Stop services
""" """
def ps(self, options): def ps(self, options):