diff --git a/src/user_options.c b/src/user_options.c index 9f0aa8679..292ce084a 100644 --- a/src/user_options.c +++ b/src/user_options.c @@ -843,7 +843,7 @@ int user_options_sanity (const user_options_t *user_options) } else if (user_options->attack_mode == ATTACK_MODE_BF) { - if (user_options->hc_argc >= 2) + if (user_options->hc_argc >= 1) { show_error = false; }