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""" )