projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95cfa9
)
[options] Add missing whitespace for --fixup description
author
Sergey M․
<dstftw@gmail.com>
Sun, 14 Jun 2015 20:57:07 +0000
(
02:57
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 14 Jun 2015 20:57:07 +0000
(
02:57
+0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 689fa75951e2fd390b93fa550807337bd6185aa2..740458e51483f45f8d8474d68edaaac48b24941e 100644
(file)
--- 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',