svn path=/trunk/; revision=46317
This commit is contained in:
Evan Huus 2012-12-01 20:51:20 +00:00
parent d730f8d348
commit e2c9d02ba8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ while getopts ":2b:C:lnrtwce" OPTCHAR ; do
l) LEAK_CHECK="--leak-check=full" ;;
n) COMMAND_ARGS="-v"
VALID=1 ;;
l) REACHABLE="--show-reachable=yes" ;;
r) REACHABLE="--show-reachable=yes" ;;
t) TRACK_ORIGINS="--track-origins=yes" ;;
w) COMMAND=wireshark
COMMAND_ARGS="-nr" ;;