1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 11:48:57 +00:00

Update user_options.c

This commit is contained in:
Jens Steube 2021-06-19 17:12:08 +02:00 committed by GitHub
parent 09513ed78b
commit 9b211ada85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}