aboutsummaryrefslogtreecommitdiff
path: root/Perl/t
diff options
context:
space:
mode:
authormertz2002-09-09 08:45:19 +0000
committermertz2002-09-09 08:45:19 +0000
commit19dc3f5a6158de1de56b8a38fbe1d2f5b5cc4b03 (patch)
treef825b21c93951bfa88f15daae9d7b8d25acaf487 /Perl/t
parent4843d2089fd5e0b58bae23a50682d410251cc310 (diff)
downloadtkzinc-19dc3f5a6158de1de56b8a38fbe1d2f5b5cc4b03.zip
tkzinc-19dc3f5a6158de1de56b8a38fbe1d2f5b5cc4b03.tar.gz
tkzinc-19dc3f5a6158de1de56b8a38fbe1d2f5b5cc4b03.tar.bz2
tkzinc-19dc3f5a6158de1de56b8a38fbe1d2f5b5cc4b03.tar.xz
am�lioration du help
Diffstat (limited to 'Perl/t')
-rw-r--r--Perl/t/test-no-crash.pl5
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;
}