diff --git a/certbot/cli.py b/certbot/cli.py index 3f3a599e8..99bf33180 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -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",