From 0a8b139ae35c92bb129194423ea1b4cefd71c95a Mon Sep 17 00:00:00 2001 From: philsmd Date: Sat, 4 Mar 2017 09:03:16 +0100 Subject: [PATCH] minor: comment fix, rephrase the explanation of the conditional expression --- 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 986162533..e08ee37ba 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -820,7 +820,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx) if (user_options->hc_argc < 2) { - if (user_options->keyspace == false) // special case, we do not need a hash file + if (user_options->keyspace == false) // --keyspace would be a special case, i.e. we do not need a hash file { event_log_error (hashcat_ctx, "You need to specify a mask if you specify a custom-charset");