From 1668c019decbc2d016fa73fb12e7c35bcba22b2e Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Mon, 27 Apr 2020 11:03:14 -0700 Subject: [PATCH] change suggest error cmd text --- cumulusci/cli/cci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulusci/cli/cci.py b/cumulusci/cli/cci.py index 7da3e9ab89..a4d985f49e 100644 --- a/cumulusci/cli/cci.py +++ b/cumulusci/cli/cci.py @@ -175,7 +175,7 @@ def new_func(*args, **kw): SUGGEST_ERROR_COMMAND = ( - """Type `cci error --help` for more information about debugging errors.""" + """Run this command for more information about debugging errors: cci error --help""" )