Merge pull request #5961 from dstftw/force-generic-extractor
[youtube-dl] / youtube_dl / options.py
index 096ab6137460e2298a5a1fa17eb81a36de65be32..6aeca61ee5e099e80a5d98a893afb8adde72e1cd 100644 (file)
@@ -729,7 +729,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',