Adjust message in main.py
This commit is contained in:
parent
0631fc937a
commit
749463e4b7
@ -38,8 +38,8 @@ def main(sysargv: List[str] = None) -> None:
|
|||||||
# No subcommand was issued.
|
# No subcommand was issued.
|
||||||
raise OperationalException(
|
raise OperationalException(
|
||||||
"Usage of Freqtrade requires a subcommand to be specified.\n"
|
"Usage of Freqtrade requires a subcommand to be specified.\n"
|
||||||
"To have the previous behavior (bot executing trades in live/dry-run modes, "
|
"To have the bot executing trades in live/dry-run modes, "
|
||||||
"depending on the value of the `dry_run` setting in the config), run freqtrade "
|
"depending on the value of the `dry_run` setting in the config, run Freqtrade "
|
||||||
"as `freqtrade trade [options...]`.\n"
|
"as `freqtrade trade [options...]`.\n"
|
||||||
"To see the full list of options available, please use "
|
"To see the full list of options available, please use "
|
||||||
"`freqtrade --help` or `freqtrade <command> --help`."
|
"`freqtrade --help` or `freqtrade <command> --help`."
|
||||||
|
Loading…
Reference in New Issue
Block a user