From 823c2383e7bfd649b2213faecd1586fa6c2b5473 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 28 Jun 2012 17:13:39 -0400 Subject: [PATCH] Change the program name to 'lwn-epub' in the CommandLine module. Probably had it the other way for a reason that I will soon discover. --- src/CommandLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 455f7fd..7afc7f1 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -49,7 +49,7 @@ description :: String description = "Convert LWN articles to EPUB format." program_name :: String -program_name = "lwn_epub" +program_name = "lwn-epub" lwn_epub_summary :: String lwn_epub_summary = -- 2.43.2