doc: fix wrong description of localtime-logging in manpages
-L is the short option of --log-level, not --localtime-logging, and also, --localtime-logging does not contain an argument. Change-Id: I7e1163cb88b84ab5faecd0a65a1f7257e731d2a7 updates: bz#1664551 Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
This commit is contained in:
parent
aa85b54c6f
commit
8c1eda9b5a
@ -30,8 +30,8 @@ File to use for logging.
|
||||
\fB\-L <LOGLEVEL>, \fB\-\-log\-level=<LOGLEVEL>\fR
|
||||
Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING, ERROR and CRITICAL (the default is INFO).
|
||||
.TP
|
||||
\fB\-L, \fB\-\-localtime\-logging=on|off\fR
|
||||
Enable or disable localtime log timestamps. Valid options are on and off (the default is off).
|
||||
\fB\-\-localtime\-logging\fR
|
||||
Enable localtime log timestamps.
|
||||
.TP
|
||||
\fB\-\-debug\fR
|
||||
Run the program in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG
|
||||
|
@ -53,8 +53,8 @@ Maximum number of connect attempts to server. This option should be provided wit
|
||||
\fB\-\-acl\fR
|
||||
Mount the filesystem with POSIX ACL support.
|
||||
.TP
|
||||
\fB\-L, \fB\-\-localtime\-logging=on|off\fR
|
||||
Enable or disable localtime log timestamps. Valid options are on and off (the default is off).
|
||||
\fB\-\-localtime\-logging\fR
|
||||
Enable localtime log timestamps.
|
||||
.TP
|
||||
\fB\-\-debug\fR
|
||||
Run in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG,
|
||||
|
@ -51,8 +51,8 @@ Server to get the volume from. This option overrides \fB\-\-volfile option
|
||||
.PP
|
||||
.TP
|
||||
|
||||
\fB\-L, \fB\-\-localtime\-logging=on|off\fR
|
||||
Enable or disable localtime log timestamps. Valid options are on and off (the default is off).
|
||||
\fB\-\-localtime\-logging\fR
|
||||
Enable localtime log timestamps.
|
||||
.TP
|
||||
\fB\-\-debug\fR
|
||||
Run in debug mode. This option sets \fB\-\-no\-daemon\fR, \fB\-\-log\-level\fR to DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user