Update user_options.c

pull/3891/head
PenguinKeeper7 7 months ago committed by GitHub
parent 37175f5067
commit a033180aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save