fix verbiage in help
This commit is contained in:
parent
2cab4a61e3
commit
f98defc419
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user