diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/t/test-no-crash.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Perl/t/test-no-crash.pl b/Perl/t/test-no-crash.pl index 6f60f21..91845a9 100644 --- a/Perl/t/test-no-crash.pl +++ b/Perl/t/test-no-crash.pl @@ -54,12 +54,13 @@ sub usage { print " A non-regression test suite for zinc.\n"; print " Some exhaustive test of zinc. Of course everything is not tested yet\n"; print " options are:\n"; + print " -help to print this short help\n"; print " -log <n> trace level, defaulted to 0; higher level trace more infos\n"; print " -out filename the log filename. defaulted to no-crash.log\n"; print " NB: the previous log file is always renamed with a .prev suffix\n"; - print " -trace <an_item_option> to better trace usage of an option\n"; print " -render 0|1|2 to select the render option of zinc\n"; - print " -help to print this short help\n"; + print " -trace <an_item_option> to better trace usage of an option\n"; + print " -type <a_zinc_item_type> to limits tests to this item type.\n"; exit; } |