Skip to content

Commit

Permalink
[options] Clarify doc on --exec command (closes #19087) (#24883)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbeaufoy authored and bbepis committed May 14, 2020
1 parent c13a0a3 commit 505d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
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,
Expand Down

0 comments on commit 505d19a

Please sign in to comment.