[options] Clarify `--list-extractors` (Closes #5916)
authorSergey M․ <dstftw@gmail.com>
Sun, 7 Jun 2015 02:12:21 +0000 (08:12 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 7 Jun 2015 02:12:21 +0000 (08:12 +0600)
youtube_dl/options.py

index 5a2315bd96ce0c6abfdf4a8bea65aa68e6fa370b..689fa75951e2fd390b93fa550807337bd6185aa2 100644 (file)
@@ -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,