From d5ce868f1aa1d99c0f7d936cc88161611dc8aa4c Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Sun, 10 Apr 2022 18:44:33 -0600 Subject: [PATCH] removed 1 letter alias for recursive-strategy-folder --- freqtrade/commands/cli_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 2ed42b299..095aad6c3 100644 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -83,7 +83,7 @@ AVAILABLE_CLI_OPTIONS = { action='store_true', ), "recursive_strategy_search": Arg( - '-r', '--recursive_strategy_search', + '--recursive_strategy_search', help='Recursively search for a strategy in the strategies folder.', metavar='store_true', ),