mirror of
https://github.com/docker/compose.git
synced 2026-06-25 18:48:47 +00:00
Merge pull request #3335 from johnharris85/master
Fix CLI docstring to reflect Docopt behaviour.
This commit is contained in:
commit
d21e1c5a30
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue