1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-29 09:59:06 +00:00

Update usage.c

fix spaces
This commit is contained in:
Dhruv 2025-06-20 13:16:43 +01:00 committed by GitHub
parent ce17d5271c
commit 301dbe9bf3
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 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 |",
" --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 |",