aboutsummaryrefslogtreecommitdiff
path: root/minimailer
diff options
context:
space:
mode:
Diffstat (limited to 'minimailer')
-rwxr-xr-xminimailer1
1 files changed, 1 insertions, 0 deletions
diff --git a/minimailer b/minimailer
index 8eadd8a..29e30d2 100755
--- a/minimailer
+++ b/minimailer
@@ -41,6 +41,7 @@ MSMTP_ACCOUNT="$3"
# Checks
if [ -z "$MSMTP_ACCOUNT" ]; then
echo "usage: $BASENAME <template-file> <recipients-filelist> <msmtp-account-name>"
+ echo ""
echo "example: $BASENAME message.tmpl recipients.lst my-provider"
echo "check the source code for template and recipient filelist formats"
exit 1