From bbba2fa4a235d18a58cce2c618277b6194a03580 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 7 Mar 2009 17:02:51 -0800 Subject: Change options Script calls --apply, and typo for --start-interface. --- scripts/vyatta-qos.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 41f9174..704b219 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -344,7 +344,7 @@ sub usage { print < sub { check_conflict(); }, - "apply-changes" => sub { apply_changes(); }, - "start-interace=s" => sub { start_interface( $_[1] ); }, + "apply" => sub { apply_changes(); }, + "start-interface=s" => sub { start_interface( $_[1] ); }, "update-interface=s{3}" => \@updateInterface, "delete-interface=s{2}" => \@deleteInterface, -- cgit v1.2.3