mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Make it clear that we don't need both --cert-path and --cert-name
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user