mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-30 12:49:04 +00:00
fix wording
This commit is contained in:
parent
3064c63c71
commit
8c2756d74d
@ -71,7 +71,7 @@
|
|||||||
- Unit tests: Updated test.sh to set default device-type to CPU with Apple Intel and added -f (--force) option
|
- Unit tests: Updated test.sh to set default device-type to CPU with Apple Intel and added -f (--force) option
|
||||||
- Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used
|
- Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used
|
||||||
- User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
|
- User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
|
||||||
- User Options: Change --backend-info/-I option type, from bool to int
|
- User Options: Change --backend-info/-I option type, from bool to uint
|
||||||
|
|
||||||
* changes v6.2.4 -> v6.2.5
|
* changes v6.2.4 -> v6.2.5
|
||||||
|
|
||||||
|
@ -1382,7 +1382,7 @@ int user_options_sanity (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (user_options->backend_info > 2)
|
if (user_options->backend_info > 2)
|
||||||
{
|
{
|
||||||
event_log_error (hashcat_ctx, "Invalid --backend-info/-I value, must have a value greater than or equal to 0 and lower than 3.");
|
event_log_error (hashcat_ctx, "Invalid --backend-info/-I value, must have a value greater or equal to 0 and lower than 3.");
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user