aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorwillbeaufoy <will@willbeaufoy.net>2020-04-23 20:31:38 +0100
committerGitHub <noreply@github.com>2020-04-24 02:31:38 +0700
commit46d0baf9412eca5c9241fa55ddc133682e2f2ad7 (patch)
tree10a34e2a8781152e8c328e769e4a05312be3e8f2 /youtube_dl/options.py
parent00eb865b3c8002f47e73706b54f58feaee0b0ac2 (diff)
downloadyoutube-dl-46d0baf9412eca5c9241fa55ddc133682e2f2ad7.tar.xz
[options] Clarify doc on --exec command (closes #19087) (#24883)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 8826b382c..6d5ac62b3 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -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,