Removed option --example-hashes, now is an alias of --hash-info

This commit is contained in:
Gabriele Gristina
2020-12-29 07:56:20 +01:00
parent 3ed1f0d840
commit 77e328d659
26 changed files with 10 additions and 197 deletions
-1
View File
@@ -88,7 +88,6 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
if (user_options->benchmark == true) return 0;
if (user_options->hash_info == true) return 0;
if (user_options->example_hashes == true) return 0;
if (user_options->keyspace == true) return 0;
if (user_options->left == true) return 0;
if (user_options->backend_info == true) return 0;