summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-03-08 10:01:00 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-03-08 10:01:00 -0800
commitf89d5f769a7369378fe78ad8f5141a1e7aeafa93 (patch)
treea9b55d2e1fdc7bbf11c967fa0459ad96a7db1c3a
parent84d379b8b8d3537a82d12d7b734209bef6c4ee63 (diff)
downloadvyatta-cfg-f89d5f769a7369378fe78ad8f5141a1e7aeafa93.tar.gz
vyatta-cfg-f89d5f769a7369378fe78ad8f5141a1e7aeafa93.zip
Remove accidental usage of perl prototype in usage
Perl prototypes are a misfeature and should not be used.
-rwxr-xr-xscripts/vyatta-load-config.pl2
1 files changed, 1 insertions, 1 deletions
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=<root>\n";
exit 0;
}