]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Add a title.
authorAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 12 Oct 2007 01:50:48 +0000 (14:50 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 12 Oct 2007 01:50:48 +0000 (14:50 +1300)
bin/status.pl

index d7e737142729a74beb1ad5bd880fdaff17ade9fd..237133a22af8508424f544e11ca8d8faef15ddb4 100755 (executable)
@@ -74,6 +74,10 @@ my @blocks = (
   }
 );
 
+my $title =  "MythTV status for $host";
+print "$title\n";
+print '=' x length($title) . "\n";
+
 for my $block (@blocks) {
   my $items = $xml->documentElement->find($block->{'xpath'});