Add "--log-file" alias for "--logfile"
This commit is contained in:
parent
352adaf127
commit
5c14aeddc6
@ -49,7 +49,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
default=0,
|
default=0,
|
||||||
),
|
),
|
||||||
"logfile": Arg(
|
"logfile": Arg(
|
||||||
'--logfile',
|
'--logfile', '--log-file',
|
||||||
help="Log to the file specified. Special values are: 'syslog', 'journald'. "
|
help="Log to the file specified. Special values are: 'syslog', 'journald'. "
|
||||||
"See the documentation for more details.",
|
"See the documentation for more details.",
|
||||||
metavar='FILE',
|
metavar='FILE',
|
||||||
|
Loading…
Reference in New Issue
Block a user