aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-27 14:26:51 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-27 14:26:51 +0600
commit00334d0de01d46165880569159c534f9b7d927a6 (patch)
tree43546b7301a35fc703528bc147bdbd457afa2541 /youtube_dl/options.py
parent226b886ca85b5843d2cb9638fb6d88223e9dd5b2 (diff)
downloadyoutube-dl-00334d0de01d46165880569159c534f9b7d927a6.tar.xz
[options] Add missing whitespace and split lines
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 6aeca61ee..e7d067642 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -351,7 +351,8 @@ def parseOpts(overrideArguments=None):
'--merge-output-format',
action='store', dest='merge_output_format', metavar='FORMAT', default=None,
help=(
- 'If a merge is required (e.g. bestvideo+bestaudio), output to given container format. One of mkv, mp4, ogg, webm, flv.'
+ 'If a merge is required (e.g. bestvideo+bestaudio), '
+ 'output to given container format. One of mkv, mp4, ogg, webm, flv. '
'Ignored if no merge is required'))
subtitles = optparse.OptionGroup(parser, 'Subtitle Options')