aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-29 23:05:55 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-29 23:05:55 +0000
commit05b7db32f5c3817620766d562f092fc47f86ba80 (patch)
treedbabf29178a8ff277c1d8e214dc16c0dd78cc54e /tools
parentb79afb6774de1468984ffea2be13485086affe19 (diff)
Added -b and -C options to usage.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34702 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-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 0b5a614f8d..9aa003d882 100755
--- a/tools/fuzz-test.sh
+++ b/tools/fuzz-test.sh
@@ -117,7 +117,7 @@ if [ $FOUND -eq 0 ] ; then
cat <<FIN
Error: No valid capture files found.
-Usage: `basename $0` [-p passes] [-d work_dir] [-P ] [-e error probability] capture file 1 [capture file 2]...
+Usage: `basename $0` [-b bin_dir] [-C config_profile] [-p passes] [-d work_dir] [-P ] [-e error probability] capture file 1 [capture file 2]...
FIN
exit 1
fi