From 074264942aff40ab91882d0f9db31d5d0fb99f04 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 20 Nov 2021 15:06:25 -0800 Subject: [PATCH] help for status --- bin/vmail-domains-mod.sh | 2 +- bin/vmail-mboxes-add.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vmail-domains-mod.sh b/bin/vmail-domains-mod.sh index 2a9ac74..511acce 100755 --- a/bin/vmail-domains-mod.sh +++ b/bin/vmail-domains-mod.sh @@ -18,7 +18,7 @@ help() echo " -d Domain to be modified." echo " -l LIMIT Mailbox limit - the maximum number of mailboxes under this domain." echo " -q QUOTA Mailbox Quota Default in GB - default quota for new mailboxes under this domain." - echo " -s STATUS 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1." + echo " -s <0|1> Status. 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1." exit } diff --git a/bin/vmail-mboxes-add.sh b/bin/vmail-mboxes-add.sh index 3750629..fa9679d 100755 --- a/bin/vmail-mboxes-add.sh +++ b/bin/vmail-mboxes-add.sh @@ -19,7 +19,7 @@ help() echo " -e Email address to add." echo " -p Unencrypted Password for new email address." echo " -q Set mailbox quota in GB, otherwise default for this domain is used. NULL means no limit." - echo " -s <0|1> 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1." + echo " -s <0|1> Status. 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1." } vmail:getoptions "$@"