X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FCommandLine.hs;h=699de08f0abfff26cbc5b98698e75b417516b518;hp=b5487d423c9350b7d9130a00f87a6f8ec5503f3c;hb=81f6cb2ec955695d8d1a4619dab69e8fa4b3fb27;hpb=f280595f9be2f48ad71504b6977454a216a7734d diff --git a/src/CommandLine.hs b/src/CommandLine.hs index b5487d4..699de08 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -54,12 +54,12 @@ options = ['h']["help"] (NoArg set_help) "Prints this help message.", - + Option ['n']["heartbeat"] (ReqArg set_heartbeat "heartbeat") "How many seconds to wait between polling.", - + Option ['t']["to"] (ReqArg set_to "email_address")