From c1c359f36ddb86bde3eac5cb25b4b9aa2d328339 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Sun, 6 Jul 2008 12:07:15 +1200
Subject: [PATCH] Fix a couple of minor typos in the arguement parsing and the
 help screen.

---
 ChangeLog         | 6 +++++-
 bin/mythtv-status | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

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 <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.
-- 
2.30.2