Adjust option helpstring

This commit is contained in:
hroff-1902 2019-10-26 12:45:05 +03:00
parent 41f97a73c9
commit 3a7553eef6

View File

@ -36,7 +36,8 @@ AVAILABLE_CLI_OPTIONS = {
), ),
"logfile": Arg( "logfile": Arg(
'--logfile', '--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', metavar='FILE',
), ),
"version": Arg( "version": Arg(