help() fix

This commit is contained in:
Matthew Saunders Brown 2022-04-14 13:34:11 -07:00
parent b889300e00
commit 6bd470c435

View File

@ -24,7 +24,7 @@ help()
echo " for directing emails to another address in the same domain." echo " for directing emails to another address in the same domain."
echo " 'email' and 'forward' should both be in full email address format." 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 " .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 exit
} }