From 094d1a3dafeecc5c71c95588ec3c02a52125ad8b Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 6 Dec 2007 06:42:57 +1300 Subject: [PATCH] Add a couple of comments. --- bin/mythtv-status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mythtv-status b/bin/mythtv-status index af9684e..27c6ef8 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -104,7 +104,9 @@ my %defaults = ( } ); +# The time of the next scheduled recording. my $next_time = undef; +# Are there any alerts that should be notified via email? my @alerts = (); # The blocks of output which we might generate. -- 2.30.2