提交 5aa2adc3 编写于 作者: N nicolargo

Correct help message

上级 b091bdbb
......@@ -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)')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册