Document logs command
This commit is contained in:
parent
ea09ec672c
commit
4a729fe47f
1 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ class TopLevelCommand(Command):
|
|||
--version Print version and exit
|
||||
|
||||
Commands:
|
||||
logs View output from containers
|
||||
ps List services and containers
|
||||
run Run a one-off command
|
||||
start Start services
|
||||
|
|
@ -176,7 +177,7 @@ class TopLevelCommand(Command):
|
|||
|
||||
def logs(self, options):
|
||||
"""
|
||||
View containers' output
|
||||
View output from containers
|
||||
|
||||
Usage: logs
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue