]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[documentation] Changes left behind from #85 and #107
[yt-dlp.git] / yt_dlp / options.py
index 00bc02c2d2fa2a09c58e12fee6e1e64d4520eba1..c47f6ea50a13bdb61235049535fa5eadcae8fe99 100644 (file)
@@ -708,7 +708,7 @@ def _dict_from_multiple_values_options_callback(
         dest='sleep_interval_subtitles', default=0, type=int,
         help='Enforce sleep interval on subtitles as well')
 
-    verbosity = optparse.OptionGroup(parser, 'Verbosity / Simulation Options')
+    verbosity = optparse.OptionGroup(parser, 'Verbosity and Simulation Options')
     verbosity.add_option(
         '-q', '--quiet',
         action='store_true', dest='quiet', default=False,