mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
[options] Document that postprocessing is not forced by --postprocessor-args
Resolves #30307
This commit is contained in:
parent
ed5c44e7b7
commit
4050e10a4c
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ def parseOpts(overrideArguments=None):
|
||||||
postproc.add_option(
|
postproc.add_option(
|
||||||
'--postprocessor-args',
|
'--postprocessor-args',
|
||||||
dest='postprocessor_args', metavar='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(
|
postproc.add_option(
|
||||||
'-k', '--keep-video',
|
'-k', '--keep-video',
|
||||||
action='store_true', dest='keepvideo', default=False,
|
action='store_true', dest='keepvideo', default=False,
|
||||||
|
|
Loading…
Reference in a new issue