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:
@ -421,7 +421,7 @@ def magic():
|
|||||||
elif run_command is None:
|
elif run_command is None:
|
||||||
return
|
return
|
||||||
else:
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user