mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02: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:
+1
-1
@@ -360,7 +360,7 @@ def _handle_subset_cert_request(config, domains, cert):
|
|||||||
br=os.linesep)
|
br=os.linesep)
|
||||||
if config.expand or config.renew_by_default or zope.component.getUtility(
|
if config.expand or config.renew_by_default or zope.component.getUtility(
|
||||||
interfaces.IDisplay).yesno(question, "Expand", "Cancel",
|
interfaces.IDisplay).yesno(question, "Expand", "Cancel",
|
||||||
cli_flag="--expand (or in some cases, --duplicate)"):
|
cli_flag="--expand"):
|
||||||
return "renew", cert
|
return "renew", cert
|
||||||
else:
|
else:
|
||||||
reporter_util = zope.component.getUtility(interfaces.IReporter)
|
reporter_util = zope.component.getUtility(interfaces.IReporter)
|
||||||
|
|||||||
Reference in New Issue
Block a user