Fix typo of --export-process-filter help message

This commit is contained in:
Shohei YOSHIDA
2025-10-14 12:08:21 +09:00
parent d6a820d2bb
commit c2b59d0a74

View File

@@ -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(