mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Make it clear that we don't need both --cert-path and --cert-name
This commit is contained in:
parent
e6a9fa8695
commit
cb4b1897c9
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue