summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-12-30 23:12:35 +0600
committerSergey M․ <dstftw@gmail.com>2015-12-30 23:12:35 +0600
commitf5bc4b5f95393b5fc83f5c64d44ee78093f9d798 (patch)
tree9ddbcc79784319ee754b7a70f3961cbde0253a8d
parent69759a5990ad897bdb1af9c44d5c73a2be1e92c6 (diff)
downloadyoutube-dl-f5bc4b5f95393b5fc83f5c64d44ee78093f9d798.tar.gz
youtube-dl-f5bc4b5f95393b5fc83f5c64d44ee78093f9d798.tar.xz
youtube-dl-f5bc4b5f95393b5fc83f5c64d44ee78093f9d798.zip
[options] Prefer --convert-subs spelling
-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 c46e136bf..ade58c375 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -752,7 +752,7 @@ def parseOpts(overrideArguments=None):
         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 {}\'')
     postproc.add_option(
-        '--convert-subtitles', '--convert-subs',
+        '--convert-subs', '--convert-subtitles',
         metavar='FORMAT', dest='convertsubtitles', default=None,
         help='Convert the subtitles to other format (currently supported: srt|ass|vtt)')