X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=40a1ac887fe3a78de7fa762f8290e3a655ee4248;hp=d710b18c0c5d040468ef98aa0781e3f34547670e;hb=0e0eb352b56e3d5650a67c07b4e728e4d41f533a;hpb=5eece26fd6363c5f9af69762cd1c61fb95bd9091 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