Browse Source

Fix CLI docstring to reflect Docopt behaviour.

Signed-off-by: John Harris <[email protected]>
johnharris85 9 years ago
parent
commit
ad306f0479
1 changed files with 1 additions and 1 deletions
  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: