Make it clear that we don't need both --cert-path and --cert-name

This commit is contained in:
Erica Portnoy 2018-09-20 19:51:27 -07:00
parent e6a9fa8695
commit cb4b1897c9

View file

@ -389,7 +389,8 @@ VERB_HELP = [
("revoke", {
"short": "Revoke a certificate specified with --cert-path or --cert-name",
"opts": "Options for revocation of certificates",
"usage": "\n\n certbot revoke --cert-path /path/to/fullchain.pem --cert-name example.com [options]\n\n"
"usage": "\n\n certbot revoke [--cert-path /path/to/fullchain.pem | "
"--cert-name example.com] [options]\n\n"
}),
("register", {
"short": "Register for account with Let's Encrypt / other ACME server",