mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
Improve version help message
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
a383cae615
commit
c17ef995b4
@ -233,7 +233,7 @@ class TopLevelCommand(object):
|
|||||||
top Display the running processes
|
top Display the running processes
|
||||||
unpause Unpause services
|
unpause Unpause services
|
||||||
up Create and start containers
|
up Create and start containers
|
||||||
version Show the Docker-Compose version information
|
version Show version information and quit
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, project, options=None):
|
def __init__(self, project, options=None):
|
||||||
@ -1118,7 +1118,7 @@ class TopLevelCommand(object):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def version(cls, options):
|
def version(cls, options):
|
||||||
"""
|
"""
|
||||||
Show version information
|
Show version information and quit.
|
||||||
|
|
||||||
Usage: version [--short]
|
Usage: version [--short]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user