X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=38177c1d7b1d25e28cc7400f3917c808a54f7cd3;hb=5f6a1245ffa9276c1af59b0835afeef67e2fb5b1;hp=16aa6ffca1c8f1e3199d0b2d570307ec5cf7be91;hpb=598c218f7b5c3e78f98dad40f45646c0c9ec773e;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 16aa6ffca..38177c1d7 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -621,7 +621,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, similar to find\'s -exec syntax. Example: --exec \'adb push {} /sdcard/Music/ && rm {}\'') parser.add_option_group(general) parser.add_option_group(selection)