diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-load-config.pl | 2 |
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; } |