]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Tiny change to the description used in CmdArgs.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 06:21:50 +0000 (01:21 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Dec 2013 06:21:50 +0000 (01:21 -0500)
src/CommandLine.hs

index 071c5209307116787404555eecfa941b22b1488a..0a5a5a563a950f19f6a4ef2747b7de9eb26ca54f 100644 (file)
@@ -24,7 +24,7 @@ import OptionalConfiguration (OptionalConfiguration(..))
 
 -- | The description of the program, displayed as part of the help.
 description :: String
-description = "Parse XML files from The Sports Network."
+description = "Parse XML files from The Sports Network feed."
 
 -- | The name of this program.
 program_name :: String