1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add reference to -h for help

This commit is contained in:
Kelly Brazil
2021-03-29 14:51:48 -07:00
parent 507999b117
commit d8d600cc36

View File

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