From: Michael Orlitzky Date: Fri, 20 Dec 2013 06:21:50 +0000 (-0500) Subject: Tiny change to the description used in CmdArgs. X-Git-Tag: 0.0.2~37 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=cf801e2ef933fa853f5246c2e8e1cfea7d34359d Tiny change to the description used in CmdArgs. --- diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 071c520..0a5a5a5 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -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