diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2019-01-09 14:09:03 +0800 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-01-11 07:41:50 +0000 |
commit | 8c1eda9b5a19861be7e02f89cefae942c624d677 (patch) | |
tree | 2713fc3594f78e1193426f56dc1dd3a8dc65a77e /doc/glusterd.8 | |
parent | aa85b54c6fa329f05ec24c1e98c59b2f993bf32b (diff) |
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>
Diffstat (limited to 'doc/glusterd.8')
-rw-r--r-- | doc/glusterd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/glusterd.8 b/doc/glusterd.8 index 3ef7c2b72d1..e3768c78761 100644 --- a/doc/glusterd.8 +++ b/doc/glusterd.8 @@ -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 |