From 25ef32ee618c489d75c5b1191f679c4ef2b6f8c8 Mon Sep 17 00:00:00 2001 From: Steve Pinkham Date: Fri, 3 May 2013 13:49:41 -0300 Subject: [PATCH] Make the tshark-path parameter match the help message --- hoover.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoover.pl b/hoover.pl index aa37134..073115d 100755 --- a/hoover.pl +++ b/hoover.pl @@ -65,7 +65,7 @@ "interface=s" => \$interface, "ifconfig-path=s" => \$ifconfigPath, "iwconfig-path=s" => \$iwconfigPath, - "tsharkPath=s" => \$tsharkPath, + "tshark-path=s" => \$tsharkPath, "dumpfile=s" => \$dumpFile, );