mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Add docopt support for multiple files
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
aab688d27e
commit
2121f5117e
@ -96,7 +96,7 @@ class TopLevelCommand(Command):
|
|||||||
"""Define and run multi-container applications with Docker.
|
"""Define and run multi-container applications with Docker.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
docker-compose [options] [COMMAND] [ARGS...]
|
docker-compose [-f=<arg>...] [options] [COMMAND] [ARGS...]
|
||||||
docker-compose -h|--help
|
docker-compose -h|--help
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user