1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

minor: comment fix, rephrase the explanation of the conditional expression

This commit is contained in:
philsmd 2017-03-04 09:03:16 +01:00
parent 8bd6001072
commit 0a8b139ae3
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -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");