summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorasergi <al3hex@gmail.com>2013-02-17 12:27:00 +0100
committerasergi <al3hex@gmail.com>2013-02-17 12:27:00 +0100
commit08cf1b13275798d7c2f0c829c4feb2d53082477b (patch)
tree1ad23caa715914b2251d8611e82c07113ddfe83a /man
parentb40f8ed731dd7d835a1a6e51dc93bec1d404cd08 (diff)
Update man page as per #181
Diffstat (limited to 'man')
-rw-r--r--man/glances.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/glances.1 b/man/glances.1
index 9db611be..9a704bfe 100644
--- a/man/glances.1
+++ b/man/glances.1
@@ -3,7 +3,7 @@
glances \- CLI curses based monitoring tool
.SH SYNOPSIS
.B glances
-[\-bdehmnsv] [\-C conffile] [\-t refresh] [\-B bind] [\-c server] [\-p port] [\-P password] [\-o output] [\-f file]
+[\-bdehmnsvz] [\-C conffile] [\-t refresh] [\-B bind] [\-c server] [\-p port] [\-P password] [\-o output] [\-f file]
.SH DESCRIPTION
Glances is a free (LGPL) curses-based monitoring tool which aims to present a maximum of information
in a minimum of space, ideally to fit in a classical 80x24 terminal or higher to have additionnal information.
@@ -98,6 +98,9 @@ Set the refresh time in seconds (default: 3)
.TP
\-v
Display the version and exit
+.TP
+\-z
+Do not use the bold color attribute
.SH EXAMPLES
.TP
Refresh information every 5 seconds:
@@ -105,7 +108,7 @@ Refresh information every 5 seconds:
\-t 5
.PP
.SH EXIT STATUS
-glances returns a zero exit status if it succeeds to print/grab information.
+Glances returns a zero exit status if it succeeds to print/grab information.
.PP
It returns 2 if it fails to parse its options (missing arguments, invalid value, etc).
.SH AUTHOR