diff --git a/bin/vmail-forwards-get.sh b/bin/vmail-forwards-get.sh index c4b2cf3..0677cff 100755 --- a/bin/vmail-forwards-get.sh +++ b/bin/vmail-forwards-get.sh @@ -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 address to remove forwarding from." + echo " -e Email address to get forwarding for." echo " -f Return info for specific forward." - echo " -d Domain to be modified." + echo " -d 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 ""