Update --indent-size help format string

This commit is contained in:
Jacob Hayes 2021-08-01 13:00:48 -04:00 committed by Anthony Sottile
parent c8d1be6246
commit b0f39a0360

View file

@ -260,7 +260,7 @@ def register_default_options(option_manager):
metavar="n",
default=defaults.INDENT_SIZE,
parse_from_config=True,
help="Number of spaces used for indentation (Default: %default)",
help="Number of spaces used for indentation (Default: %(default)s)",
)
add_option(