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 "$thisfilename"
echo "Get email forwards data from vmail database." echo "Get email forwards data from vmail database."
echo "" 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 ""
echo " -h Print this help." 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 " -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 " -c Output in cvs format."
echo " -t Use tabs instead of tables for output, do not display column headers." echo " -t Use tabs instead of tables for output, do not display column headers."
echo "" echo ""