From e28017a1108d674ce834d254bf20765c5096ca86 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 21 Sep 2016 16:45:42 -0700 Subject: [PATCH] Lint --- certbot/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/cli.py b/certbot/cli.py index 5fbafa51e..81f7819e2 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -855,8 +855,8 @@ def prepare_and_parse_args(plugins, args, detect_defaults=False): # pylint: dis 'listed first. Eg, "dns" or "tls-sni-01,http,dns").' ' Not all plugins support all challenges. See ' 'https://certbot.eff.org/docs/using.html#plugins for details.' - ' Challenges are versioned, but if you pick "http" rather than' - ' "http-01", Certbot will select the latest version automatically.' ) + ' ACME Challenges are versioned, but if you pick "http" rather than' + ' "http-01", Certbot will select the latest version automatically.') helpful.add( "renew", "--pre-hook", help="Command to be run in a shell before obtaining any certificates."