Update /help for /fx to align with actual command name

closes #6985
This commit is contained in:
Matthias
2022-06-18 09:10:33 +02:00
parent 017fd03180
commit d62273294d
2 changed files with 4 additions and 3 deletions

View File

@@ -1395,7 +1395,7 @@ class Telegram(RPCHandler):
"*/stopbuy:* `Stops buying, but handles open trades gracefully` \n"
"*/forceexit <trade_id>|all:* `Instantly exits the given trade or all trades, "
"regardless of profit`\n"
"*/fe <trade_id>|all:* `Alias to /forceexit`\n"
"*/fx <trade_id>|all:* `Alias to /forceexit`\n"
f"{force_enter_text if self._config.get('force_entry_enable', False) else ''}"
"*/delete <trade_id>:* `Instantly delete the given trade in the database`\n"
"*/whitelist:* `Show current whitelist` \n"