From 810c65f908d24fcb4e59a58410bb25cad260e0f4 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 25 Nov 2023 11:44:47 +0000 Subject: [PATCH] Fix some warning about --dynamic-x in hashes_init_stage1() --- src/hashes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashes.c b/src/hashes.c index fa9835829..6c2ac7608 100644 --- a/src/hashes.c +++ b/src/hashes.c @@ -1918,7 +1918,7 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx) event_log_advice (hashcat_ctx, "* Token length exception: %u/%u hashes", hashes->parser_token_length_cnt, hashes->parser_token_length_cnt + hashes->hashes_cnt); event_log_advice (hashcat_ctx, " This error happens if the wrong hash type is specified, if the hashes are"); event_log_advice (hashcat_ctx, " malformed, or if input is otherwise not as expected (for example, if the"); - event_log_advice (hashcat_ctx, " --username option is used but no username is present)"); + event_log_advice (hashcat_ctx, " --username or --dynamic-x option is used but no username or dynamic-tag is present)"); event_log_advice (hashcat_ctx, NULL); }