From c17ef995b44e62d9ed8c1327292a3bff2e155396 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 1 Jul 2020 15:37:15 -0700 Subject: [PATCH] Improve version help message Signed-off-by: Ben Firshman --- compose/cli/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]