From 45f726824027af49c437b6e81e4700f7098af320 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 30 Jun 2020 11:34:08 -0700 Subject: [PATCH] add -dd to error message --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index 10445562..0e6785d7 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -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: