mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 08:41:32 +03:00
Correct help message
This commit is contained in:
parent
b091bdbb7b
commit
5aa2adc3c6
@ -214,7 +214,7 @@ Examples of use:
|
||||
parser.add_argument('--process-short-name', action='store_true', default=False,
|
||||
dest='process_short_name', help='force short name for processes name')
|
||||
parser.add_argument('--stdout', default=None,
|
||||
dest='stdout', help='display stats to stdout (comma separated list of plugins / plugins.attribute)')
|
||||
dest='stdout', help='display stats to stdout (comma separated list of plugins/plugins.attribute)')
|
||||
if not WINDOWS:
|
||||
parser.add_argument('--hide-kernel-threads', action='store_true', default=False,
|
||||
dest='no_kernel_threads', help='hide kernel threads in process list (not available on Windows)')
|
||||
|
Loading…
Reference in New Issue
Block a user