瀏覽代碼

Merge pull request #3335 from johnharris85/master

Fix CLI docstring to reflect Docopt behaviour.
Aanand Prasad 9 年之前
父節點
當前提交
d21e1c5a30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -142,7 +142,7 @@ class TopLevelCommand(object):
     """Define and run multi-container applications with Docker.
 
     Usage:
-      docker-compose [-f=<arg>...] [options] [COMMAND] [ARGS...]
+      docker-compose [-f <arg>...] [options] [COMMAND] [ARGS...]
       docker-compose -h|--help
 
     Options: