]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix a couple of minor typos in the arguement parsing and the help screen. release-0.8
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 6 Jul 2008 00:07:15 +0000 (12:07 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Sun, 6 Jul 2008 00:07:15 +0000 (12:07 +1200)
ChangeLog
bin/mythtv-status

index 218a88dd02a09bad848225aaa33bd26d5ac50474..efdbfcc103216d6763448149b808dcf807724e3c 100644 (file)
--- 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
index 8a3f58de70533984309e9413cba9fd96690608c6..58654201e66b6eb91f7ba47b99878d66afca3ae0 100755 (executable)
@@ -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 <days> >>
+=item B<< --guide-days-warn <days> >>
 
 Warn if the number of days of guide data present is equal to or below
 this level.  Default is 2 days.