From 63c8f2e34d622ba71f7d15349ea09384bdd65a27 Mon Sep 17 00:00:00 2001 From: aditj Date: Sun, 31 Mar 2019 00:01:11 +0530 Subject: [PATCH] Changed the text of -h to add details regarding unregister and all --- certbot/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot/cli.py b/certbot/cli.py index 1472b0139..320e5e96a 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -101,6 +101,7 @@ manage certificates: manage your account with Let's Encrypt: register Create a Let's Encrypt ACME account + unregister Deactivate a Let's Encrypt ACME account update_account Update a Let's Encrypt ACME account --agree-tos Agree to the ACME server's Subscriber Agreement -m EMAIL Email address for important account notifications @@ -117,7 +118,7 @@ More detailed help: all, automation, commands, paths, security, testing, or any of the subcommands or plugins (certonly, renew, install, register, nginx, apache, standalone, webroot, etc.) - + -h all print a detailed help page including all topics --version print the version number """