From 0ca8ec6f7f60d9fa712d194c9291baff21599ef9 Mon Sep 17 00:00:00 2001 From: osirisinferi Date: Wed, 13 Apr 2022 03:47:19 +0200 Subject: [PATCH] Add missing closing parenthesis (#9279) --- certbot/certbot/_internal/cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/cli/__init__.py b/certbot/certbot/_internal/cli/__init__.py index 30b3fab1d..80d4349dc 100644 --- a/certbot/certbot/_internal/cli/__init__.py +++ b/certbot/certbot/_internal/cli/__init__.py @@ -409,7 +409,7 @@ def prepare_and_parse_args(plugins: plugins_disco.PluginsRegistry, args: List[st ' the new certificates and keys; the shell variable' ' $RENEWED_DOMAINS will contain a space-delimited list of' ' renewed certificate domains (for example, "example.com' - ' www.example.com"') + ' www.example.com")') helpful.add( "renew", "--disable-hook-validation", action="store_false", dest="validate_hooks",