diff --git a/src/usage.c b/src/usage.c index 83794204e..e0d7c8253 100644 --- a/src/usage.c +++ b/src/usage.c @@ -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 |",