Add "--log-file" alias for "--logfile"

pull/7665/head
Matthias 4 years ago
parent 352adaf127
commit 5c14aeddc6

@ -49,7 +49,7 @@ AVAILABLE_CLI_OPTIONS = {
default=0,
),
"logfile": Arg(
'--logfile',
'--logfile', '--log-file',
help="Log to the file specified. Special values are: 'syslog', 'journald'. "
"See the documentation for more details.",
metavar='FILE',

Loading…
Cancel
Save