mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Merge pull request #2664 from letsencrypt/no_suggest_duplicate
Don't suggest --duplicate; it's likely to confuse people
This commit is contained in:
commit
93151fcba5
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ def _handle_subset_cert_request(config, domains, cert):
|
|||
br=os.linesep)
|
||||
if config.expand or config.renew_by_default or zope.component.getUtility(
|
||||
interfaces.IDisplay).yesno(question, "Expand", "Cancel",
|
||||
cli_flag="--expand (or in some cases, --duplicate)"):
|
||||
cli_flag="--expand"):
|
||||
return "renew", cert
|
||||
else:
|
||||
reporter_util = zope.component.getUtility(interfaces.IReporter)
|
||||
|
|
|
|||
Loading…
Reference in a new issue