From 7a70d5b274869052e45d753ef3012a5f3b486696 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 17 Oct 2023 16:03:02 +0100 Subject: [PATCH] Correct usage help text of version command (#2232) --- esmvalcore/_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esmvalcore/_main.py b/esmvalcore/_main.py index c802dafad3..afb0cc0476 100755 --- a/esmvalcore/_main.py +++ b/esmvalcore/_main.py @@ -319,7 +319,7 @@ def __init__(self): self.__setattr__(entry_point.name, entry_point.load()()) def version(self): - """Show versions of all packages that conform ESMValTool. + """Show versions of all packages that form ESMValTool. In particular, this command will show the version ESMValCore and any other package that adds a subcommand to 'esmvaltool'