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
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

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(