correct help info

This commit is contained in:
Matthew Saunders Brown 2022-05-23 09:30:18 -07:00
parent 06f5fc90f4
commit 8b24150b29

View File

@ -13,12 +13,12 @@ help()
echo "$thisfilename"
echo "Get email forwards data from vmail database."
echo ""
echo "usage: $thisfilename [-e email|-f forward|-f domain] [OPTIONS]"
echo "usage: $thisfilename [-e email|-f forward|-f domain] [-c] [-t] [-h]"
echo ""
echo " -h Print this help."
echo " -e <email> Email address to remove forwarding from."
echo " -e <email> Email address to get forwarding for."
echo " -f <forward> Return info for specific forward."
echo " -d <domain> Domain to be modified."
echo " -d <domain> Get all forwards for specified domain."
echo " -c Output in cvs format."
echo " -t Use tabs instead of tables for output, do not display column headers."
echo ""