]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Add a couple of comments.
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 5 Dec 2007 17:42:57 +0000 (06:42 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Wed, 5 Dec 2007 17:42:57 +0000 (06:42 +1300)
bin/mythtv-status

index af9684ef04ef666cf0bcf967f18e519898ef6923..27c6ef8629c455143309ed8c1f27d36463c8385a 100755 (executable)
@@ -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.