[options] Clarify doc on --exec command (closes #19087) (#24883)
authorwillbeaufoy <will@willbeaufoy.net>
Thu, 23 Apr 2020 19:31:38 +0000 (20:31 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 19:31:38 +0000 (02:31 +0700)
youtube_dl/options.py

index 8826b382c3cc70ab21bacef8de94314ec193948b..6d5ac62b3bab68de226060c6bcd3cd9299f02825 100644 (file)
@@ -853,7 +853,7 @@ def parseOpts(overrideArguments=None):
     postproc.add_option(
         '--exec',
         metavar='CMD', dest='exec_cmd',
-        help='Execute a command on the file after downloading, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'')
+        help='Execute a command on the file after downloading and post-processing, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'')
     postproc.add_option(
         '--convert-subs', '--convert-subtitles',
         metavar='FORMAT', dest='convertsubtitles', default=None,