Address PR Review

This commit is contained in:
Matthias 2020-02-09 11:41:29 +01:00
parent 34f04668c1
commit b536d50194
3 changed files with 4 additions and 4 deletions

View File

@ -187,7 +187,7 @@ def start_new_config(args: Dict[str, Any]) -> None:
config_path.unlink()
else:
raise OperationalException(
f"Configuration `{config_path}` already exists. "
"Please use another configuration name or delete the existing configuration.")
f"Configuration file `{config_path}` already exists. "
"Please delete it or use a different configuration file name.")
selections = ask_user_config()
deploy_new_config(config_path, selections)

View File

@ -19,7 +19,7 @@
"bids_to_ask_delta": 1
}
},
"ask_strategy":{
"ask_strategy": {
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 9,

View File

@ -223,7 +223,7 @@ function config_generator() {
function config() {
echo "-------------------------"
echo "Please use freqtrade new-config -c config.json to generate a new configuration file."
echo "Please use 'freqtrade new-config -c config.json' to generate a new configuration file."
echo "-------------------------"
}