From c2b59d0a74adb2692eaabc6afb85f44287f6df8a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 14 Oct 2025 12:08:21 +0900 Subject: [PATCH] Fix typo of --export-process-filter help message --- glances/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/main.py b/glances/main.py index 82d4bbf4..a888bb92 100644 --- a/glances/main.py +++ b/glances/main.py @@ -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(