From bfe032b410e730ff5ad89b0f8dc41e3f9d292cff Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 5 Mar 2020 23:35:40 -0800 Subject: [PATCH] firemod: adds common mispellings of mgr_port to GetOptions --- lf_firemod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf_firemod.pl b/lf_firemod.pl index b780a4d2..9d48c6f7 100755 --- a/lf_firemod.pl +++ b/lf_firemod.pl @@ -217,7 +217,7 @@ GetOptions 'max_pkt_sz=s' => \$::max_pkt_sz, 'mcast_addr=s' => \$::mcast_addr, 'mcast_port=s' => \$::mcast_port, - 'mgr_port|p=i' => \$::lfmgr_port, + 'lfmgr_port|mgr_port|port|p=i' => \$::lfmgr_port, 'multicon=i' => \$::multicon, 'port_name=s' => \$::port_name, 'quiet|q=s' => \$::quiet,