]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/options.py
Release 2021.01.24
[yt-dlp.git] / youtube_dlc / options.py
index 8b8c81c35c00ab5e69245dc6007fb3e146447b6c..362cb629661a359f4d04905526cdb30e53287709 100644 (file)
@@ -844,8 +844,8 @@ def _dict_from_multiple_values_options_callback(
         help='Output filename template, see "OUTPUT TEMPLATE" for details')
     filesystem.add_option(
         '--output-na-placeholder',
-        dest='outtmpl_na_placeholder', metavar='PLACEHOLDER', default='NA',
-        help=('Placeholder value for unavailable meta fields in output filename template (default is "%default")'))
+        dest='outtmpl_na_placeholder', metavar='TEXT', default='NA',
+        help=('Placeholder value for unavailable meta fields in output filename template (default: "%default")'))
     filesystem.add_option(
         '--autonumber-size',
         dest='autonumber_size', metavar='NUMBER', type=int,