Merge pull request #1367 from JacobHayes/patch-1

Update --indent-size help format string
This commit is contained in:
Anthony Sottile 2021-08-01 22:04:44 -04:00 committed by GitHub
commit 5e97894b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(