mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Update user_options.c
This commit is contained in:
parent
37175f5067
commit
a033180aa1
@ -1082,7 +1082,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
return -1;
|
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.");
|
event_log_error (hashcat_ctx, "Mixing --outfile-json is not allowed with --show.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user