From: Michael Orlitzky Date: Wed, 18 Dec 2013 07:46:44 +0000 (-0500) Subject: Remove a comment about the bug fixed in CmdArgs. X-Git-Tag: 0.0.2~44 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=0e0eb352b56e3d5650a67c07b4e728e4d41f533a;hp=5eece26fd6363c5f9af69762cd1c61fb95bd9091 Remove a comment about the bug fixed in CmdArgs. --- diff --git a/src/CommandLine.hs b/src/CommandLine.hs index d710b18..40a1ac8 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -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