@@ -33,16 +33,16 @@ usage: $0 [-h|-?] [-option[s]]
33
33
34
34
Options are:
35
35
-quiet+ Makes JtRTest Suite more 'quiet' or more verbose. -q
36
- -verbose+ is a good level to run. -qq is very quiet, does not
36
+ -verbose+ is a good level to run. -q -q is very quiet, does not
37
37
output until run has ended, unless there are errors.
38
38
-v is the opposite of -q. -v outputs a lot of information.
39
- -vv is pretty much debugging level, it outputs a LOT.
39
+ -v -v is pretty much debugging level, it outputs a LOT.
40
40
-q -v together is a no-op.
41
41
-type <s> Provide selection criteria.
42
42
Examples:
43
43
-type1 dynamic_0 This will test this 1 format
44
- -type1 utf8 tests all formats with -utf8
45
- -type1 nt -type2 utf8 NT format, but ONLY utf8
44
+ -type1 utf-8 tests all formats with -utf-8
45
+ -type1 nt -type2 utf-8 NT format, but ONLY utf-8
46
46
N can be 1, 2, 3 or 4. Thus, you can provide 4
47
47
selection criteria. NOTE, any 'left over' command
48
48
line params, get shoved into a 'type'.
@@ -53,6 +53,8 @@ usage: $0 [-h|-?] [-option[s]]
53
53
-basepath <s> set the basepath where john exe is located. By default
54
54
this is set to $_ [0]
55
55
-prelims Perform (and optionally show), the prelim testing (encoding).
56
+ in 'full' mode, all encodings are tested. normally, only
57
+ -test=0 and tests of any 'requested' encodings is performed.
56
58
-noprelims Do not perform this prelim work. -prelim is default.
57
59
-help|? shows this help screen.
58
60
UsageHelp
0 commit comments