mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-11 18:31:39 +00:00
Reword help string
This commit is contained in:
@@ -88,7 +88,7 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
),
|
||||
"dry_run": Arg(
|
||||
'--dry-run',
|
||||
help='Enforce dry-run for trading, removes API keys and simulates trades.',
|
||||
help='Enforce dry-run for trading (removes Exchange secrets and simulates trades).',
|
||||
action='store_true',
|
||||
),
|
||||
# Optimize common
|
||||
|
||||
Reference in New Issue
Block a user