From 9b211ada85208b2a8b007b361f3ee7809536d42c Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Sat, 19 Jun 2021 17:12:08 +0200 Subject: [PATCH] Update user_options.c --- src/user_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_options.c b/src/user_options.c index 09cca2496..fc63e2127 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -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; }