]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/CommandLine.hs
Add an OptionalConfiguration type and parse one from ~/.twatrc.
[dead/halcyon.git] / src / CommandLine.hs
index 0b081bc5a7d752fefe85652d0c1f6e92bd124466..878cd686ca12f1a4bdc7b2e676edd07199699bbb 100644 (file)
@@ -99,8 +99,8 @@ options =
       "Send tweets FROM email_address.",
 
     Option
-      "s" ["sendmail_path"]
-      (ReqArg set_sendmail_path "sendmail_path")
+      "s" ["sendmail-path"]
+      (ReqArg set_sendmail_path "sendmail-path")
       "Use sendmail_path to send mail",
 
     Option