mirror of https://github.com/nicolargo/glances.git
Fix typo of --export-process-filter help message
This commit is contained in:
parent
d6a820d2bb
commit
c2b59d0a74
|
|
@ -379,7 +379,7 @@ Examples of use:
|
|||
default=None,
|
||||
type=str,
|
||||
dest='export_process_filter',
|
||||
help='set the export process filter (comman separated list of regular expression)',
|
||||
help='set the export process filter (comma-separated list of regular expression)',
|
||||
)
|
||||
# Client/Server option
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Reference in New Issue