From 8b24150b2932d39533f9eb2f447c80d8a6c34208 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 23 May 2022 09:30:18 -0700 Subject: [PATCH] correct help info --- bin/vmail-forwards-get.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ""