aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-07-27 22:31:08 +0000
committerEvan Huus <eapache@gmail.com>2012-07-27 22:31:08 +0000
commit2d1575a2d1c5e9085b877befeff172e3e34190a7 (patch)
treed9052e5fa348af1f14b043154f96fd944fb1b341 /tools/fuzz-test.sh
parentc299201935a4b21a9ac8298661340046127da893 (diff)
Update the usage stanza for fuzz-test to reflect the changes in r44024.
svn path=/trunk/; revision=44083
Diffstat (limited to 'tools/fuzz-test.sh')
-rwxr-xr-xtools/fuzz-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh
index b390c60bd8..20105cb091 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -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