mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Fix nit.
This commit is contained in:
+1
-1
@@ -861,7 +861,7 @@ def _create_subparsers(helpful):
|
|||||||
"--csr", type=read_file,
|
"--csr", type=read_file,
|
||||||
help="Path to a Certificate Signing Request (CSR) in DER"
|
help="Path to a Certificate Signing Request (CSR) in DER"
|
||||||
" format; note that the .csr file *must* contain a Subject"
|
" format; note that the .csr file *must* contain a Subject"
|
||||||
" Alternative Name field for each domain you want certified")
|
" Alternative Name field for each domain you want certified.")
|
||||||
helpful.add("rollback",
|
helpful.add("rollback",
|
||||||
"--checkpoints", type=int, metavar="N",
|
"--checkpoints", type=int, metavar="N",
|
||||||
default=flag_default("rollback_checkpoints"),
|
default=flag_default("rollback_checkpoints"),
|
||||||
|
|||||||
Reference in New Issue
Block a user