From e209690c83300c915e13d9fdfe8a32d6e5b1c9f0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 18 May 2022 03:47:52 -0300 Subject: bin/msg: Add example to help message --- bin/msg | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bin/msg') diff --git a/bin/msg b/bin/msg index 137c62c..d8ae7fd 100755 --- a/bin/msg +++ b/bin/msg @@ -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 } -- cgit v1.2.3