mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-29 09:59:06 +00:00
Merge pull request #4256 from DhruvTheDev1/patch-1
Fix Typo: change 'generatic' to 'generic' in both hashcat-assimilation-bridge-development.md and usage.c
This commit is contained in:
commit
1f3247be77
@ -102,10 +102,10 @@ Each of these bridge unit maps to one virtual backend device, which allows async
|
||||
From the bridge_init() function you have access to the following generic parameters, set on the command line by the user:
|
||||
|
||||
```c
|
||||
+ " --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 |",
|
||||
```
|
||||
|
||||
## Virtual Backend Devices
|
||||
|
@ -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 |",
|
||||
|
Loading…
Reference in New Issue
Block a user