From 8da2ce49a44583de267ae5dc9dae4ce678730613 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 30 Dec 2018 23:49:25 +1300 Subject: [PATCH] Fix disabling 'Status as of' block after the rename --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index fb76a8f..998c0f3 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -133,7 +133,7 @@ GetOptions( 'encoder-warn-non-idle!' => \$c->{'encoder_warn_non_idle'}, 'oneliner-bullets!' => \$c->{'oneliner_bullets'}, - 'status!' => \$c->{'display'}{'Status'}, + 'status!' => \$c->{'display'}{'Status as of'}, 'encoders!' => \$c->{'display'}{'Encoders'}, 'recording-now!' => \$c->{'display'}{'Recording Now'}, 'scheduled-recordings!' => \$c->{'display'}{'Scheduled Recordings'}, -- 2.30.2