From: dirkf Date: Mon, 29 Aug 2022 12:02:17 +0000 (+0100) Subject: [options] Document that postprocessing is not forced by --postprocessor-args X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=4050e10a4c3445c5399239567eb074acb2f65c18;p=youtube-dl [options] Document that postprocessing is not forced by --postprocessor-args Resolves #30307 --- diff --git a/youtube_dl/options.py b/youtube_dl/options.py index f6621ef91..f6d2b0898 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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,