Clarify usage message.

This commit is contained in:
Dr. Stephen Henson 2011-10-14 23:51:58 +00:00
parent ffbfbef943
commit e1db7c4e7a

@ -746,23 +746,29 @@ sub Help {
( my $cmd ) = ( $0 =~ m#([^/]+)$# ); ( my $cmd ) = ( $0 =~ m#([^/]+)$# );
print <<EOF; print <<EOF;
$cmd: generate run CAVP algorithm tests $cmd: generate run CAVP algorithm tests
--debug Enable debug output --debug Enable debug output
--dir=<dirname> Optional root for *.req file search --dir=<dirname> Optional root for *.req file search
--filter=<regexp> --filter=<regexp> Regex for input files of interest
--onedir <dirname> Assume all components in current directory --onedir <dirname> Assume all components in current directory
--rspdir=<dirname> Name of subdirectories containing *.rsp files, default "resp" --rspdir=<dirname> Name of subdirectories containing *.rsp files, default "resp"
--tprefix=<prefix> --tprefix=<prefix> Pathname prefix for directory containing test programs
--ignore-bogus Ignore duplicate or bogus files --ignore-bogus Ignore duplicate or bogus files
--ignore-missing Ignore missing test files --ignore-missing Ignore missing test files
--quiet Shhh.... --quiet Shhh....
--generate Generate algorithm test output --quiet-bogus Skip unrecognized file warnings
--generate-script=<file> Create shell script of test commands --quiet-missing Skip missing request file warnings
--minimal-script Keep script commands to a minimum --generate Generate algorithm test output
--mkdir=<command> Command to make directories in scripts --generate-script=<filename> Generate script to call algorithm programs
--rm=<command> Command to remove directories in scripts --minimal-script Simplest possible output for --generate-script
--win32 Win32 environment --win32 Win32 environment
--enable-<alg> Enable algorithm set <alg>. --compare-all Verify unconditionally for all tests
--disable-<alg> Disable algorithm set <alg>. --list-tests Show individual tests
--mkdir=<cmd> Specify "mkdir" command
--notest Exit before running tests
--rm=<cmd> Specify "rm" command
--script-tprefix Pathname prefix for --generate-script output
--enable-<alg> Enable algorithm set <alg>.
--disable-<alg> Disable algorithm set <alg>.
Where <alg> can be one of: Where <alg> can be one of:
EOF EOF