Don't suggest --duplicate; it's likely to confuse people

This commit is contained in:
Seth Schoen
2016-03-14 16:21:27 -07:00
parent 2b3004c97a
commit cb7bd5a8e5
+1 -1
View File
@@ -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)