mirror of https://github.com/nicolargo/glances.git
Document logfile path in man page #969
This commit is contained in:
parent
846bd217f5
commit
373a2d8ccc
|
|
@ -16,7 +16,7 @@ Command-Line Options
|
|||
|
||||
.. option:: -d, --debug
|
||||
|
||||
enable debug mode
|
||||
enable debug mode. The debugging output is saved to /tmp/glances.log.
|
||||
|
||||
.. option:: -C CONF_FILE, --config CONF_FILE
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Nov 05, 2016" "2.8_DEVELOP" "Glances"
|
||||
.TH "GLANCES" "1" "Nov 21, 2016" "2.8_DEVELOP" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
|
@ -59,7 +59,7 @@ show program\(aqs version number and exit
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-d, \-\-debug
|
||||
enable debug mode
|
||||
enable debug mode. The debugging output is saved to /tmp/glances.log.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in New Issue