1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

[options] Add missing whitespace for --fixup description

This commit is contained in:
Sergey M․ 2015-06-15 02:57:07 +06:00
parent b95cfa9170
commit 5774ef35c4

View file

@ -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',