FIX: typo in arg parsing

This commit is contained in:
Rechi 2015-02-24 21:53:53 +01:00
parent 139a46d83e
commit a9b136b548

View File

@ -2812,7 +2812,7 @@ case "$1" in
parse_hn_port "$2" parse_hn_port "$2"
spdy spdy
exit $? ;; exit $? ;;
-B|--heartbleet) -B|--heartbleed)
maketempf maketempf
parse_hn_port "$2" parse_hn_port "$2"
outln; pr_blue "--> Testing for heartbleed vulnerability"; outln "\n" outln; pr_blue "--> Testing for heartbleed vulnerability"; outln "\n"