From bf77bc4dfe713a00772ebda5190fd8efd4285f8f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:59:45 +0200 Subject: [PATCH] Update config.py --- octosuite/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/config.py b/octosuite/config.py index 5c1b9d2..e0600a9 100644 --- a/octosuite/config.py +++ b/octosuite/config.py @@ -54,7 +54,7 @@ def create_parser(): parser.add_argument('-pn', '--path_name', help='path name (used with repo_path_contents)') parser.add_argument('-q', '--query', help='query (used with search modules)') parser.add_argument('-l', '--limit', help='output limit (used with modules that return results in bulk) (default: %(default)s)', default=10) - parser.add_argument('-c', '--colors', help='specify to run octosuite with colors enabled', action='store_true') + parser.add_argument('-c', '--colors', help='specify to run octosuite cli with colors enabled', action='store_true') return parser