From: Sergey M․ Date: Sun, 7 Jun 2015 02:12:21 +0000 (+0600) Subject: [options] Clarify `--list-extractors` (Closes #5916) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9836cfb8d682c91036ce417fa31200673b52115b;p=youtube-dl [options] Clarify `--list-extractors` (Closes #5916) --- diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 5a2315bd9..689fa7595 100644 --- 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,