diff options
-rwxr-xr-x | bin/msg | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ help() { -D send desktop MESSAGE via `notify-send` -b print terminal bell -h, --help show this message + + MESSAGE the text to be sent by the relevant channel + + Examples: + + Ring a terminal bell and play a sound: + + $ msg -sb + + Send an email and an XMPP message: + + $ msg -mX 'The message goes here' EOF } |