Skip to content

Commit 63b72fb

Browse files
committed
chore: add help-text to --version
1 parent 7e08828 commit 63b72fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

freqtrade/commands/cli_options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ def __init__(self, *args, **kwargs):
5959
"version": Arg(
6060
"-V",
6161
"--version",
62+
help="show program's version number and exit",
6263
action="store_true",
6364
),
6465
"version_main": Arg(
6566
# Copy of version - used to have -V available with and without subcommand.
6667
"-V",
6768
"--version",
69+
help="show program's version number and exit",
6870
action="store_true",
6971
),
7072
"config": Arg(

0 commit comments

Comments
 (0)