This commit is contained in:
Peter Eckersley 2015-10-24 13:14:19 -07:00
parent ce32d87ad6
commit e3d56b51c4

View file

@ -861,7 +861,7 @@ def _create_subparsers(helpful):
"--csr", type=read_file,
help="Path to a Certificate Signing Request (CSR) in DER"
" 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",
"--checkpoints", type=int, metavar="N",
default=flag_default("rollback_checkpoints"),