aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-15 02:57:07 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-15 02:57:07 +0600
commit5774ef35c4d167f7c959041bf4efc5581a98f0a4 (patch)
treef2b53496b2d27d9bd7d74d8773a403ef17c69af4
parentb95cfa917025750805fb873fc4e2eb161241b22b (diff)
downloadyoutube-dl-5774ef35c4d167f7c959041bf4efc5581a98f0a4.tar.xz
[options] Add missing whitespace for --fixup description
-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 689fa7595..740458e51 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -725,7 +725,7 @@ def parseOpts(overrideArguments=None):
metavar='POLICY', dest='fixup', default='detect_or_warn',
help='Automatically correct known faults of the file. '
'One of never (do nothing), warn (only emit a warning), '
- 'detect_or_warn(the default; fix file if we can, warn otherwise)')
+ 'detect_or_warn (the default; fix file if we can, warn otherwise)')
postproc.add_option(
'--prefer-avconv',
action='store_false', dest='prefer_ffmpeg',