From 83d2cef7f8cf7c18621066d9303f36f00f513410 Mon Sep 17 00:00:00 2001 From: Eric Wilde Date: Tue, 13 Nov 2018 00:09:51 +1300 Subject: [PATCH] Describe how one liner blocks work. --- bin/mythtv-status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/mythtv-status b/bin/mythtv-status index 6635b24..2dc99ab 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -200,6 +200,11 @@ my $next_time = 'Never'; my @alerts = (); # The blocks of output which we might generate. +# +# Generally, these blocks of output are generated in the order that they +# appear below. However, if a block has the tag "format", who's value is +# "one line" it will appear at the start of the output, on a single line, +# all one liners grouped together. my @blocks = ( # All the one liners together -- 2.30.2