From 0e0eb352b56e3d5650a67c07b4e728e4d41f533a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 18 Dec 2013 02:46:44 -0500 Subject: [PATCH] Remove a comment about the bug fixed in CmdArgs. --- src/CommandLine.hs | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.2