]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Remove a comment about the bug fixed in CmdArgs.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Dec 2013 07:46:44 +0000 (02:46 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Dec 2013 07:46:44 +0000 (02:46 -0500)
src/CommandLine.hs

index d710b18c0c5d040468ef98aa0781e3f34547670e..40a1ac887fe3a78de7fa762f8290e3a655ee4248 100644 (file)
@@ -46,8 +46,6 @@ arg_spec =
     password         = def &= typ "PASSWORD" &= help password_help,
     output_directory = def &= typDir         &= help output_directory_help,
     username         = def &= typ "USERNAME" &= help username_help,
-    -- Using "def" below for the FeedHosts causes the list to show up in
-    -- reverse. Don't ask me why.
     feed_hosts       = def &= typ "HOSTNAMES" }
   &= program program_name
   &= summary my_summary