From 5c663d4d97270dd0f8cd387df7ca5828fbdb4bb8 Mon Sep 17 00:00:00 2001 From: Rob Stradling Date: Fri, 7 Jun 2019 21:03:35 +0100 Subject: [PATCH] Update the 'manage your account' help to be more generic. (#7127) Resolves #7121. * Update the 'manage your account' help to be more generic. * Add changelog entry about #7127. --- CHANGELOG.md | 1 + certbot/cli.py | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be50f44f2..50677a94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Changed +* Update the 'manage your account' help to be more generic. * The error message when Certbot's Apache plugin is unable to modify your Apache configuration has been improved. diff --git a/certbot/cli.py b/certbot/cli.py index b7c021ed4..3334352db 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -96,10 +96,10 @@ manage certificates: revoke Revoke a certificate (supply --cert-path or --cert-name) delete Delete a certificate -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 +manage your account: + register Create an ACME account + unregister Deactivate an ACME account + update_account Update an ACME account --agree-tos Agree to the ACME server's Subscriber Agreement -m EMAIL Email address for important account notifications """