From: Michael Orlitzky Date: Thu, 28 Jun 2012 21:13:39 +0000 (-0400) Subject: Change the program name to 'lwn-epub' in the CommandLine module. Probably had it... X-Git-Tag: v0.0.1~31 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=commitdiff_plain;h=823c2383e7bfd649b2213faecd1586fa6c2b5473;hp=0ee39f7100c4f7184cded8441e27849f0a123dce 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. --- 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 =