浏览代码

add detail to description for --all flag

Signed-off-by: Collins Abitekaniza <[email protected]>
Collins Abitekaniza 7 年之前
父节点
当前提交
e0e06a4b56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -694,7 +694,7 @@ class TopLevelCommand(object):
             -q, --quiet          Only display IDs
             --services           Display services
             --filter KEY=VAL     Filter services by a property
-            -a, --all            Show all stopped containers
+            -a, --all            Show all stopped containers (including those created by the run command)
         """
         if options['--quiet'] and options['--services']:
             raise UserError('--quiet and --services cannot be combined')