1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-03 04:11:06 +00:00

Fix a typo

This commit is contained in:
justpretending 2023-05-29 11:24:05 +07:00 committed by GitHub
parent ba4ce96bbf
commit 2ca3a117e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] =
" -n, --kernel-accel | Num | Manual workload tuning, set outerloop step size to X | -n 64",
" -u, --kernel-loops | Num | Manual workload tuning, set innerloop step size to X | -u 256",
" -T, --kernel-threads | Num | Manual workload tuning, set thread count to X | -T 64",
" --backend-vector-width | Num | Manually override backend vector-width to X | --backend-vector=4",
" --backend-vector-width | Num | Manually override backend vector-width to X | --backend-vector-width=4",
" --spin-damp | Num | Use CPU for device synchronization, in percent | --spin-damp=10",
" --hwmon-disable | | Disable temperature and fanspeed reads and triggers |",
" --hwmon-temp-abort | Num | Abort if temperature reaches X degrees Celsius | --hwmon-temp-abort=100",