浏览代码

[options] Clarify `--list-extractors` (Closes #5916)

Sergey M․ 10 年之前
父节点
当前提交
9836cfb8d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

@@ -145,7 +145,7 @@ def parseOpts(overrideArguments=None):
     general.add_option(
     general.add_option(
         '--list-extractors',
         '--list-extractors',
         action='store_true', dest='list_extractors', default=False,
         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(
     general.add_option(
         '--extractor-descriptions',
         '--extractor-descriptions',
         action='store_true', dest='list_extractor_descriptions', default=False,
         action='store_true', dest='list_extractor_descriptions', default=False,