mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Adjust option helpstring
This commit is contained in:
parent
41f97a73c9
commit
3a7553eef6
|
@ -36,7 +36,8 @@ AVAILABLE_CLI_OPTIONS = {
|
|||
),
|
||||
"logfile": Arg(
|
||||
'--logfile',
|
||||
help='Log to the file specified.',
|
||||
help="Log to the file specified. Special values are: 'syslog', 'journald'. "
|
||||
"See the documentation for more details.",
|
||||
metavar='FILE',
|
||||
),
|
||||
"version": Arg(
|
||||
|
|
Loading…
Reference in New Issue
Block a user