summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-version
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-03-24 18:12:06 -0700
committerrbalocca <rbalocca@vyatta.com>2008-03-24 18:12:06 -0700
commit6cde107b894e67ae64e19362ad12d0bb3efb853f (patch)
treeeb4276c3765f70f82ccb28aceb5de33231207277 /scripts/vyatta-show-version
parentefe123f7d5abb9fb85e9a12ef2c0800a8a98262f (diff)
downloadvyatta-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-xscripts/vyatta-show-version4
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;