Improve version help message

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2020-07-01 15:37:15 -07:00 committed by Ulysses Souza
parent a383cae615
commit c17ef995b4

View File

@ -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]