diff options
author | EuAndreh <eu@euandre.org> | 2022-05-18 03:47:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-18 03:47:52 -0300 |
commit | e209690c83300c915e13d9fdfe8a32d6e5b1c9f0 (patch) | |
tree | 6db420ed2653142cb6e84fab3adab2ba40393daf /bin/msg | |
parent | bin/msg: Use a single MESSAGE for all actions that take an argument (diff) | |
download | dotfiles-e209690c83300c915e13d9fdfe8a32d6e5b1c9f0.tar.gz dotfiles-e209690c83300c915e13d9fdfe8a32d6e5b1c9f0.tar.xz |
bin/msg: Add example to help message
Diffstat (limited to 'bin/msg')
-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 } |