Add a couple of missing lines from the usage output.

svn path=/trunk/; revision=50043
This commit is contained in:
Martin Mathieson 2013-06-19 18:06:46 +00:00
parent df74ddb9e3
commit b49fbad27d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ fi
if [ $VALID -eq 0 ]
then
printf "Usage: $0 [-2] [-b bin_dir] [-c] [-e] [-C config_profile] [-l] [-n] [-r] [-t] [-T] [-w] [-v] /path/to/file.pcap\n"
printf "Usage: $0 [-2] [-b bin_dir] [-c] [-e] [-C config_profile] [-l] [-m] [-n] [-p] [-r] [-t] [-T] [-w] [-v] /path/to/file.pcap\n"
exit 1
fi