X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=7afc7f1589a84c78a53fcf45493f7d0caad0be1f;hp=4fd9a542d600e8a41c9c74498ccd153fda013a7c;hb=823c2383e7bfd649b2213faecd1586fa6c2b5473;hpb=6789361c1ee570df06878535aff73d99b87528a5 diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 4fd9a54..7afc7f1 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -1,6 +1,10 @@ {-# LANGUAGE DeriveDataTypeable #-} -module CommandLine (Args(..), apply_args, show_help) +module CommandLine ( + Args(..), + apply_args, + program_name, + show_help) where -- Get the version from Cabal. @@ -45,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 =