From 6bd470c4350d6717fb2acbaa14560f23ae0fe1d9 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 14 Apr 2022 13:34:11 -0700 Subject: [PATCH] help() fix --- bin/vmail-forwards-add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vmail-forwards-add.sh b/bin/vmail-forwards-add.sh index 9bf514c..4ba6b1f 100755 --- a/bin/vmail-forwards-add.sh +++ b/bin/vmail-forwards-add.sh @@ -24,7 +24,7 @@ help() echo " for directing emails to another address in the same domain." echo " 'email' and 'forward' should both be in full email address format." echo " .e.g to have info@example.org delivered (forwarded) to joe@example.com do:" - echo " $thisfilename info@example.org joe@example.com" + echo " $thisfilename -e info@example.org -f joe@example.com" exit }