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.");