tests: -m parameter description fixed

There was a problem within the description of -a and -m. -a currently does not allow a range, but -m does (e.g. -m 0-500).

Thanks
pull/1946/head
philsmd 5 years ago committed by GitHub
parent 8c47a947a1
commit 4b2e3b05f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2487,11 +2487,11 @@ OPTIONS:
-m Select hash type :
'all' => all hash type supported
(int) => hash type integer code (default : 0)
(int)-(int) => hash type integer range
-a Select attack mode :
'all' => all attack modes
(int) => attack mode integer code (default : 0)
(int)-(int) => attack mode integer range
-x Select cpu architecture :
'32' => 32 bit architecture

Loading…
Cancel
Save