projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665b6c1
)
[options] Clarify `--list-extractors` (Closes #5916)
author
Sergey M․
<dstftw@gmail.com>
Sun, 7 Jun 2015 02:12:21 +0000
(08:12 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 7 Jun 2015 02:12:21 +0000
(08:12 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 5a2315bd96ce0c6abfdf4a8bea65aa68e6fa370b..689fa75951e2fd390b93fa550807337bd6185aa2 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-145,7
+145,7
@@
def parseOpts(overrideArguments=None):
general.add_option(
'--list-extractors',
action='store_true', dest='list_extractors', default=False,
- help='List all supported extractors
and the URLs they would handle
')
+ help='List all supported extractors')
general.add_option(
'--extractor-descriptions',
action='store_true', dest='list_extractor_descriptions', default=False,