]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa
[yt-dlp.git] / yt_dlp / options.py
index 5e15812963297b8c99ad580cc27310ab4ac21118..50bba9b633d95b2d5bf9c9737faf4b61c526bfc4 100644 (file)
@@ -362,7 +362,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
             'You can also use regexes, "all", "default" and "end" (end URL matching); '
             'e.g. --ies "holodex.*,end,youtube". '
             'Prefix the name with a "-" to exclude it, e.g. --ies default,-generic. '
-            'Use --list-extractors for a list of available extractor names'))
+            'Use --list-extractors for a list of extractor names. (Alias: --ies)'))
     general.add_option(
         '--force-generic-extractor',
         action='store_true', dest='force_generic_extractor', default=False,