changeset 10045:6595049c53b2 HEAD

doveconf: -N doesn't require parameter.
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Oct 2009 16:29:41 -0400
parents 7440353dc617
children 37e7c4454637
files src/config/doveconf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config/doveconf.c	Mon Oct 12 16:20:35 2009 -0400
+++ b/src/config/doveconf.c	Mon Oct 12 16:29:41 2009 -0400
@@ -236,7 +236,7 @@
 					     MASTER_SERVICE_FLAG_STANDALONE,
 					     argc, argv);
 	i_set_failure_prefix("doveconf: ");
-	getopt_str = t_strconcat("af:m:nN:e",
+	getopt_str = t_strconcat("af:m:nNe",
 				 master_service_getopt_string(), NULL);
 	while ((c = getopt(argc, argv, getopt_str)) > 0) {
 		if (c == 'e')