1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 01:07:23 +08:00

[README.md] Clarify docs re: --exec command (closes #19087)

This commit is contained in:
Will Beaufoy 2020-04-19 20:25:43 +01:00
parent 00eb865b3c
commit 84d617f5e9

View 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,