[options] Document that postprocessing is not forced by --postprocessor-args

Resolves #30307
pull/31201/head
dirkf 2 years ago
parent ed5c44e7b7
commit 4050e10a4c

@ -801,7 +801,7 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--postprocessor-args',
dest='postprocessor_args', metavar='ARGS',
help='Give these arguments to the postprocessor')
help='Give these arguments to the postprocessor (if postprocessing is required)')
postproc.add_option(
'-k', '--keep-video',
action='store_true', dest='keepvideo', default=False,

Loading…
Cancel
Save