From 446a89c7f710ce5d55016b187bc28d7a04afd7ae Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 19 Jun 2013 10:50:35 -0400 Subject: [PATCH] rename option --- tests/simulator-ng.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simulator-ng.pl b/tests/simulator-ng.pl index d55b4e6..345f438 100755 --- a/tests/simulator-ng.pl +++ b/tests/simulator-ng.pl @@ -25,7 +25,7 @@ GetOptions( 'reinvites' => \$REINVITES, 'branches' => \$BRANCHES, 'max-streams=i' => \$STREAMS, - 'protos=s' => \$PROTOS, # "RTP/AVP,RTP/SAVP" + 'protocols=s' => \$PROTOS, # "RTP/AVP,RTP/SAVP" ) or die; ($IP || $IPV6) or die("at least one of --local-ip or --local-ipv6 must be given");