[options] Document that postprocessing is not forced by --postprocessor-args
authordirkf <fieldhouse@gmx.net>
Mon, 29 Aug 2022 12:02:17 +0000 (13:02 +0100)
committerdirkf <fieldhouse@gmx.net>
Mon, 29 Aug 2022 12:02:17 +0000 (13:02 +0100)
Resolves #30307

youtube_dl/options.py

index f6621ef9160736d7405b765980e9a177176afd2d..f6d2b08988961705e693d449ce75917f008f2f07 100644 (file)
@@ -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,