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

This commit is contained in:
Matthias 2022-10-30 09:50:54 +01:00
parent 352adaf127
commit 5c14aeddc6

View File

@ -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',