X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=6aeca61ee5e099e80a5d98a893afb8adde72e1cd;hb=3c3b4176bd60f8c7ffb81de8f1b30e871652103d;hp=096ab6137460e2298a5a1fa17eb81a36de65be32;hpb=2fece970b80022574a6b54c936820897cfd10d70;p=youtube-dl.git diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 096ab6137..6aeca61ee 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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',