From 0c5766bf44260f4a37cc90e69ca63710178631b3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 20:40:24 -0300 Subject: bin/{with-,}email: Add "Examples" section to help string --- bin/email | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bin/email') diff --git a/bin/email b/bin/email index dcfdfa4..3c72086 100755 --- a/bin/email +++ b/bin/email @@ -18,6 +18,16 @@ help() { ADDRESS the email addresses to send the email to BODY the text to be sent as the body + + + Send an email to ADDRESS using BODY. + + + Examples: + + Send 10 numbers to mail@example.com: + + $ seq 10 | email -s number mail@email.com EOF } -- cgit v1.2.3