From 44d5886429c37c0dbb76a8ed60e99773e1c75135 Mon Sep 17 00:00:00 2001 From: Tan Jay Jun Date: Thu, 22 Dec 2016 06:21:52 +0800 Subject: [PATCH] Add missing comma to documentation for 'renew' subcommand (#3945) --- docs/cli-help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli-help.txt b/docs/cli-help.txt index cf93daa0e..279b65219 100644 --- a/docs/cli-help.txt +++ b/docs/cli-help.txt @@ -1,4 +1,4 @@ -usage: +usage: certbot [SUBCOMMAND] [options] [-d domain] [-d domain] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, @@ -178,7 +178,7 @@ renew: The 'renew' subcommand will attempt to renew all certificates (or more precisely, certificate lineages) you have previously obtained if they are close to expiry, and print a summary of the results. By default, 'renew' - will reuse the options used to create obtain or most recently successfully + will reuse the options used to create, obtain or most recently successfully renew each certificate lineage. You can try it with `--dry-run` first. For more fine-grained control, you can renew individual lineages with the `certonly` subcommand. Hooks are available to run commands before and