Merge pull request #3314 from syohex/typo-option-document

Fix typo of --export-process-filter help message
This commit is contained in:
Nicolas Hennion 2025-10-14 07:48:07 +02:00 committed by GitHub
commit a64474f43f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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(