diff --git a/compose/cli/main.py b/compose/cli/main.py index 714592a32..0027a7e96 100644 --- a/compose/cli/main.py +++ b/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]