dovecot-2.2: master: Added --hostdomain to the help message.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 6 21:46:12 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/cecaa7b85f65
changeset: 16676:cecaa7b85f65
user:      Pascal Volk <user at localhost.localdomain.org>
date:      Tue Aug 06 18:44:37 2013 +0000
description:
master: Added --hostdomain to the help message.

diffstat:

 src/master/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 94d547439e73 -r cecaa7b85f65 src/master/main.c
--- a/src/master/main.c	Tue Aug 06 18:35:02 2013 +0000
+++ b/src/master/main.c	Tue Aug 06 18:44:37 2013 +0000
@@ -627,7 +627,7 @@
 {
 	fprintf(stderr,
 "Usage: dovecot [-F] [-c <config file>] [-p] [-n] [-a] [--help] [--version]\n"
-"       [--build-options] [reload] [stop]\n");
+"       [--build-options] [--hostdomain] [reload] [stop]\n");
 }
 
 static void print_build_options(void)


More information about the dovecot-cvs mailing list