1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add -dd to error message

This commit is contained in:
Kelly Brazil
2020-06-30 11:34:08 -07:00
parent 3a3c8e4d4a
commit 45f7268240

View File

@ -408,7 +408,7 @@ def main():
else:
jc.utils.error_message(
f'{parser_name} parser could not parse the input data. Did you use the correct parser?\n For details use the -d option.')
f'{parser_name} parser could not parse the input data. Did you use the correct parser?\n For details use the -d or -dd option.')
sys.exit(1)
if not found: