From b07f2a211f13c051e4e71bd905a11b5c046a7663 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 3 Mar 2021 15:52:17 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- openappstack/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openappstack/__main__.py b/openappstack/__main__.py index 084ae3703..d68a9a9ba 100755 --- a/openappstack/__main__.py +++ b/openappstack/__main__.py @@ -211,7 +211,7 @@ def main(): # pylint: disable=too-many-statements,too-many-branches,too-many-lo test_parser.add_argument( '--behave-ignore-certificate-errors', action='store_true', - help=('Ignore certificate errors, needed if you uses ACME staging')) + help=('Ignore certificate errors, needed if you use i.e. the Letsencrypt ACME staging CA')) test_parser.add_argument( '--behave-param', metavar=['PARAM[=VALUE]'], -- GitLab