1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
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)