From f89d5f769a7369378fe78ad8f5141a1e7aeafa93 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 8 Mar 2011 10:01:00 -0800 Subject: Remove accidental usage of perl prototype in usage Perl prototypes are a misfeature and should not be used. --- scripts/vyatta-load-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-load-config.pl b/scripts/vyatta-load-config.pl index 92b556f..116e506 100755 --- a/scripts/vyatta-load-config.pl +++ b/scripts/vyatta-load-config.pl @@ -52,7 +52,7 @@ my $url_tmp_file = $bootpath . "/config.boot.$$"; # Note current loading is limited to first new # multinode. # -sub usage() { +sub usage { print "Usage: $0 --merge=\n"; exit 0; } -- cgit v1.2.3