mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
show default RSA_KEY_SIZE in cmdline help
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user