diff --git a/jc/cli.py b/jc/cli.py index 527a01d6..94c9f86f 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -421,7 +421,7 @@ def magic(): elif run_command is None: return else: - jc.utils.error_message(f'parser not found for "{run_command}"') + jc.utils.error_message(f'parser not found for "{run_command}". Use "jc -h" for help.') sys.exit(1)