1
0
Ben Firshman 12 жил өмнө
parent
commit
4a729fe47f
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      plum/cli/main.py

+ 2 - 1
plum/cli/main.py

@@ -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
         """