fix verbiage in help

This commit is contained in:
Matthew Saunders Brown 2024-12-08 14:21:26 -08:00
parent 2cab4a61e3
commit f98defc419

View File

@ -12,12 +12,12 @@ help()
{ {
thisfilename=$(basename -- "$0") thisfilename=$(basename -- "$0")
echo "$thisfilename" echo "$thisfilename"
echo "Add domain to vmail system" echo "Import domain to vmail system"
echo "" echo ""
echo "usage: $thisfilename -d <domain>" echo "usage: $thisfilename -d <domain>"
echo "" echo ""
echo " -h Print this help." echo " -h Print this help."
echo " -d Domain to export from the vmail database." echo " -d Domain to import."
exit exit
} }