Help text

merge-requests/6/head
Bob Mottram 2019-11-15 22:07:06 +00:00
parent 7efeb67f43
commit 782beb4b35
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ parser.add_argument('--registration', dest='registration', type=str,default=None
help='Whether new registrations are open or closed')
parser.add_argument("--nosharedinbox", type=str2bool, nargs='?', \
const=True, default=False, \
help='Enable shared inbox')
help='Disable shared inbox')
parser.add_argument('--maxregistrations', dest='maxRegistrations', type=int,default=None, \
help='The maximum number of new registrations')
parser.add_argument("--resetregistrations", type=str2bool, nargs='?', \