浏览代码

Improve version help message

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

+ 2 - 2
compose/cli/main.py

@@ -233,7 +233,7 @@ class TopLevelCommand(object):
       top                Display the running processes
       unpause            Unpause services
       up                 Create and start containers
-      version            Show the Docker-Compose version information
+      version            Show version information and quit
     """
 
     def __init__(self, project, options=None):
@@ -1118,7 +1118,7 @@ class TopLevelCommand(object):
     @classmethod
     def version(cls, options):
         """
-        Show version information
+        Show version information and quit.
 
         Usage: version [--short]