From 63b72fb4eb49dbf19bcddf158b78102dab22ce5d Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 24 Jan 2025 20:01:10 +0100 Subject: [PATCH] chore: add help-text to --version --- freqtrade/commands/cli_options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 1ecf0b1d6..16f5d1c4d 100755 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -59,12 +59,14 @@ AVAILABLE_CLI_OPTIONS = { "version": Arg( "-V", "--version", + help="show program's version number and exit", action="store_true", ), "version_main": Arg( # Copy of version - used to have -V available with and without subcommand. "-V", "--version", + help="show program's version number and exit", action="store_true", ), "config": Arg(