From: Pascal Volk Date: Tue, 6 Aug 2013 18:44:37 +0000 (+0000) Subject: master: Added --hostdomain to the help message. X-Git-Tag: 2.2.6~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc6a2a935b84a63a1ff045434f322f9a40e35e3a;p=thirdparty%2Fdovecot%2Fcore.git master: Added --hostdomain to the help message. --- diff --git a/src/master/main.c b/src/master/main.c index 5027e5a472..454b877353 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -627,7 +627,7 @@ static void print_help(void) { fprintf(stderr, "Usage: dovecot [-F] [-c ] [-p] [-n] [-a] [--help] [--version]\n" -" [--build-options] [reload] [stop]\n"); +" [--build-options] [--hostdomain] [reload] [stop]\n"); } static void print_build_options(void)