mirror of
https://github.com/certbot/certbot.git
synced 2026-07-16 13:13:18 -04:00
show default RSA_KEY_SIZE in cmdline help
This commit is contained in:
parent
e58c344649
commit
aadf6da7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def main():
|
|||
help="Revert configuration N number of checkpoints.")
|
||||
parser.add_argument("-B", "--keysize", dest="key_size", type=int,
|
||||
default=CONFIG.RSA_KEY_SIZE, metavar="N",
|
||||
help="RSA key shall be sized N bits.")
|
||||
help="RSA key shall be sized N bits. [%d]" % CONFIG.RSA_KEY_SIZE)
|
||||
parser.add_argument("-k", "--revoke", dest="revoke", action="store_true",
|
||||
help="Revoke a certificate.")
|
||||
parser.add_argument("-v", "--view-config-changes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue