Skip to content

Commit

Permalink
Correct usage help text of version command (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo authored Oct 17, 2023
1 parent 9ec87ef commit 7a70d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmvalcore/_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7a70d5b

Please sign in to comment.