1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-24 15:38:47 +00:00

Update usage.c

Fix typo: change 'generatic' to 'generic' in usage.c
This commit is contained in:
Dhruv 2025-06-19 12:29:57 +01:00 committed by GitHub
parent 40a2dbe5ec
commit ce17d5271c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,10 +94,10 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] =
" -c, --segment-size | Num | Sets size in MB to cache from the wordfile to X | -c 32",
" --bitmap-min | Num | Sets minimum bits allowed for bitmaps to X | --bitmap-min=24",
" --bitmap-max | Num | Sets maximum bits allowed for bitmaps to X | --bitmap-max=24",
" --bridge-parameter1 | Str | Sets the generatic parameter 1 for a Bridge |",
" --bridge-parameter2 | Str | Sets the generatic parameter 2 for a Bridge |",
" --bridge-parameter3 | Str | Sets the generatic parameter 3 for a Bridge |",
" --bridge-parameter4 | Str | Sets the generatic parameter 4 for a Bridge |",
" --bridge-parameter1 | Str | Sets the generic parameter 1 for a Bridge |",
" --bridge-parameter2 | Str | Sets the generic parameter 2 for a Bridge |",
" --bridge-parameter3 | Str | Sets the generic parameter 3 for a Bridge |",
" --bridge-parameter4 | Str | Sets the generic parameter 4 for a Bridge |",
" --cpu-affinity | Str | Locks to CPU devices, separated with commas | --cpu-affinity=1,2,3",
" --hook-threads | Num | Sets number of threads for a hook (per compute unit) | --hook-threads=8",
" --hash-info | | Show information for each hash-mode |",