Improve doc wording and command parameters

This commit is contained in:
Matthias
2023-03-12 15:46:34 +01:00
parent d186f8f1e1
commit cb086f79ff
3 changed files with 43 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ NO_CONF_REQURIED = ["convert-data", "convert-trade-data", "download-data", "list
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-strategy"]
ARGS_STRATEGY_UTILS = ARGS_COMMON_OPTIMIZE + ["strategy_list"]
ARGS_STRATEGY_UTILS = ["strategy_list"]
class Arguments: