From 782beb4b358516374bd5d0b98f1f9988f714d4d3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 15 Nov 2019 22:07:06 +0000 Subject: [PATCH] Help text --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index f9c1e4f2..6eb7bec7 100644 --- a/epicyon.py +++ b/epicyon.py @@ -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='?', \