From: Andrew Ruthven Date: Sun, 6 Jul 2008 00:07:15 +0000 (+1200) Subject: Fix a couple of minor typos in the arguement parsing and the help screen. X-Git-Tag: 0.9.0~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-0.8;p=mythtv-status.git Fix a couple of minor typos in the arguement parsing and the help screen. --- diff --git a/ChangeLog b/ChangeLog index 218a88d..efdbfcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2008-07-06 Andrew Ruthven + Fix a couple of minor typos in the arguement passing, and the help + screen. Thank you Mike Holden for reporting these. + 2008-06-19 Andrew Ruthven Just extend the copyright time ranges to include 2008. Release version 0.8.1. 2008-06-18 Andrew Ruthven Modify the auto expire logic to reduce the amount of needless work - that is done. Thank youy Tom Metro for point this out. + that is done. Thank you Tom Metro for point this out. Release version 0.8.0. 2008-05-28 Andrew Ruthven diff --git a/bin/mythtv-status b/bin/mythtv-status index 8a3f58d..5865420 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -44,7 +44,7 @@ $display{'Shows due to Auto Expire'} = 0; GetOptions( 'c|colour|color' => \$colour, - 'd|descripton' => \$description, + 'd|description' => \$description, 'e|episode' => \$episode, 'encoder-details' => \$encoder_details, 'h|host=s' => \$host, @@ -926,7 +926,7 @@ Display help. Load XML from the file specified instead of querying a MythTV backend. Handy for debugging things. -=item B<< --guide-data-warn >> +=item B<< --guide-days-warn >> Warn if the number of days of guide data present is equal to or below this level. Default is 2 days.