Make the new -T option not overwrite the other options, so it can

be used in conjuction with -2 et al.

svn path=/trunk/; revision=46362
This commit is contained in:
Evan Huus 2012-12-04 00:05:58 +00:00
parent ced8abb125
commit f72aa597c7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ while getopts ":2b:C:lnrtTwce" OPTCHAR ; do
VALID=1 ;;
r) REACHABLE="--show-reachable=yes" ;;
t) TRACK_ORIGINS="--track-origins=yes" ;;
T) COMMAND_ARGS="-nVxr" ;; # "build the Tree"
T) COMMAND_ARGS="-Vx $COMMAND_ARGS" ;; # "build the Tree"
w) COMMAND=wireshark
COMMAND_ARGS="-nr" ;;
c) COMMAND=capinfos