From 4b2e3b05f6256377b197250a87ec1cecbbd5b036 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Fri, 8 Mar 2019 15:44:49 +0100 Subject: [PATCH] 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 --- tools/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index e6a8e35e0..4582923ea 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -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