Update user_options.c

pull/2842/head
Jens Steube 3 years ago committed by GitHub
parent 09513ed78b
commit 9b211ada85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1174,7 +1174,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
if (user_options->hash_info == true)
{
event_log_error (hashcat_ctx, "Use of --hash-info/example is not allowed in benchmark mode.");
event_log_error (hashcat_ctx, "Use of --hash-info is not allowed in benchmark mode.");
return -1;
}

Loading…
Cancel
Save