From 05293cd59714be5a650381ca6bf335aa5fd10111 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 20 Oct 2015 14:01:29 -0700 Subject: [PATCH] typosquash --- letsencrypt/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 4303e158b..54bdb7285 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -72,7 +72,7 @@ Choice of server for authentication/installation: --apache Use the Apache plugin for authentication & installation --nginx Use the Nginx plugin for authentication & installation --standalone Run a standalone webserver for authentication -OR: + OR: --authenticator standalone --installer nginx More detailed help: @@ -923,7 +923,7 @@ def _plugins_parsing(helpful, plugins): helpful.add("plugins", "--nginx", action="store_true", help="Obtain and install certs using Nginx") helpful.add("plugins", "--standalone", action="store_true", - help=("Obtain certs using a "standalone" webserver.") + help="Obtain certs using a "standalone" webserver.") # things should not be reorder past/pre this comment: # plugins_group should be displayed in --help before plugin