diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:12:06 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-24 18:12:06 -0700 |
commit | 6cde107b894e67ae64e19362ad12d0bb3efb853f (patch) | |
tree | eb4276c3765f70f82ccb28aceb5de33231207277 /scripts/vyatta-show-version | |
parent | efe123f7d5abb9fb85e9a12ef2c0800a8a98262f (diff) | |
download | vyatta-op-6cde107b894e67ae64e19362ad12d0bb3efb853f.tar.gz vyatta-op-6cde107b894e67ae64e19362ad12d0bb3efb853f.zip |
Line up the colons with the copyright notice (in show version)
Diffstat (limited to 'scripts/vyatta-show-version')
-rwxr-xr-x | scripts/vyatta-show-version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-show-version b/scripts/vyatta-show-version index 5d4c4c3..587f17e 100755 --- a/scripts/vyatta-show-version +++ b/scripts/vyatta-show-version @@ -160,10 +160,10 @@ if (defined($booted) && $booted ne "") { } else { $booted="disk"; } -print "Boot via: $booted\n"; +print "Boot via : $booted\n"; my $uptime = `uptime`; if (defined $uptime && $uptime ne "") { - print "Uptime : $uptime\n"; + print "Uptime : $uptime\n"; } if (!(-e $debsfile)) { exit 0; |