Update the usage stanza for fuzz-test to reflect the changes in r44024.

svn path=/trunk/; revision=44083
This commit is contained in:
Evan Huus 2012-07-27 22:31:08 +00:00
parent c299201935
commit 2d1575a2d1
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if [ $FOUND -eq 0 ] ; then
cat <<FIN
Error: No valid capture files found.
Usage: `basename $0` [-b bin_dir] [-C config_profile] [-p passes] [-d work_dir] [-P ] [-e error probability] capture file 1 [capture file 2]...
Usage: `basename $0` [-2] [-b bin_dir] [-C config_profile] [-d work_dir] [-e error probability] [-g] [-p passes] capture file 1 [capture file 2]...
FIN
exit 1
fi