From cf801e2ef933fa853f5246c2e8e1cfea7d34359d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 20 Dec 2013 01:21:50 -0500 Subject: [PATCH] Tiny change to the description used in CmdArgs. --- src/CommandLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2