From a033180aa19735407e38411fb2d23344a8b9ff0a Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 <64717060+PenguinKeeper7@users.noreply.github.com> Date: Sun, 8 Oct 2023 02:59:01 +0100 Subject: [PATCH] Update user_options.c --- src/user_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_options.c b/src/user_options.c index 9c7bd193e..bcf90e8c6 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -1082,7 +1082,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx) return -1; } - if (user_options->outfile_json == false) + if (user_options->outfile_json == true) { event_log_error (hashcat_ctx, "Mixing --outfile-json is not allowed with --show.");