From df2ba1ba46e550cc2b7fac54b8e259755aca9186 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 28 Oct 2015 19:13:41 -0700 Subject: [PATCH] standalone_description += pde_feedback --- letsencrypt/plugins/standalone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/plugins/standalone.py b/letsencrypt/plugins/standalone.py index 459988008..1b56fbdbc 100644 --- a/letsencrypt/plugins/standalone.py +++ b/letsencrypt/plugins/standalone.py @@ -144,7 +144,7 @@ class Authenticator(common.Plugin): zope.interface.implements(interfaces.IAuthenticator) zope.interface.classProvides(interfaces.IPluginFactory) - description = "Automatically configure and run a simple webserver" + description = "Automatically use a temporary webserver" def __init__(self, *args, **kwargs): super(Authenticator, self).__init__(*args, **kwargs)