twidge 1.0.0 → 1.0.1
raw patch · 2 files changed
+17/−16 lines, 2 files
Files
- Commands/Update.hs +15/−14
- twidge.cabal +2/−2
Commands/Update.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} {- Copyright (C) 2006-2008 John Goerzen <jgoerzen@complete.org> @@ -165,19 +166,19 @@ escapeHashes c = [c] update_help =- "Usage: twidge update [status]\n\n\- \Updates your status to the given status. You will most likely need to\n\- \quote this to prevent interference from the shell. For instance:\n\n\- \ twidge update \"At home, baking.\"\n\n\- \You can also omit the status, in which case a single line will be read\n\- \from stdin and taken as your update. Example:\n\n\- \ date | twidge update\n"+ "Usage: twidge update [status]\n\n" +++ "Updates your status to the given status. You will most likely need to\n" +++ "quote this to prevent interference from the shell. For instance:\n\n" +++ " twidge update \"At home, baking.\"\n\n" +++ "You can also omit the status, in which case a single line will be read\n" +++ "from stdin and taken as your update. Example:\n\n" +++ " date | twidge update\n" dmsend_help =- "Usage: twidge dmsend recipient [status]\n\n\- \Sends a direct message to the given recipient. You will most likely need\n\- \to quote this to prevent interference from the shell. For instance:\n\n\- \ twidge dmsend unixtwidge \"At home, baking.\"\n\n\- \You can also omit the status, in which case a single line will be read\n\- \from stdin and taken as your update. Example:\n\n\- \ date | twidge dmsend unixtwidge\n"+ "Usage: twidge dmsend recipient [status]\n\n" +++ "Sends a direct message to the given recipient. You will most likely need\n" +++ "to quote this to prevent interference from the shell. For instance:\n\n" +++ " twidge dmsend unixtwidge \"At home, baking.\"\n\n" +++ "You can also omit the status, in which case a single line will be read\n" +++ "from stdin and taken as your update. Example:\n\n" +++ " date | twidge dmsend unixtwidge\n"
twidge.cabal view
@@ -1,5 +1,5 @@ Name: twidge-Version: 1.0.0+Version: 1.0.1 License: GPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -62,4 +62,4 @@ MailParser, Types, Utils GHC-Options: -O2 Extensions: ExistentialQuantification, OverlappingInstances,- UndecidableInstances, CPP+ UndecidableInstances