Skip to content

Commit

Permalink
Fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 1, 2020
1 parent 628b069 commit cbd2b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/commands/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _build_subcommands(self) -> None:

# add new-config subcommand
build_config_cmd = subparsers.add_parser('new-config',
help="Create new config")
help="Create new config")
build_config_cmd.set_defaults(func=start_new_config)
self._build_args(optionlist=ARGS_BUILD_CONFIG, parser=build_config_cmd)

Expand Down

0 comments on commit cbd2b26

Please sign in to comment.