From a27f3ebd4fd6fb5d110fe32342044818eb53bd45 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 26 Jun 2019 17:24:04 -0700 Subject: [PATCH] s/for for/for (#7196) --- certbot/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/cli.py b/certbot/cli.py index 794242c24..6ffed74fa 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -428,7 +428,7 @@ VERB_HELP = [ }), ("plugins", { "short": "List plugins that are installed and available on your system", - "opts": 'Options for for the "plugins" subcommand', + "opts": 'Options for the "plugins" subcommand', "usage": "\n\n certbot plugins [options]\n\n" }), ("update_symlinks", {