valgrind-wireshark.sh: fix typo in usage

Change-Id: If9210c6f71d4e258a489d254482cf5543b818e11
Reviewed-on: https://code.wireshark.org/review/25491
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Martin Mathieson 2018-01-27 22:55:03 +00:00 committed by Anders Broman
parent ea6c209758
commit 9972110f31
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ then
printf "[-e]: use 'editcap -E 0.02' instead of tshark\n"
printf "[-c]: use capinfos instead of tshark\n"
printf "[-C]: binary profile file\n"
printf "[-l]: add valgring option --leak-check=full\n"
printf "[-l]: add valgrind option --leak-check=full\n"
printf "[-m]: use valgrind massif tool\n"
printf "[-n]: print binary version\n"
printf "[-p]: use callgrind massif tool\n"