From: Timo Sirainen Date: Fri, 28 May 2010 14:17:46 +0000 (+0100) Subject: master: Added reload and stop back to usage help string. X-Git-Tag: 2.0.beta6~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3007c3fcc3491ab1c68049d49decf64e1c56efe;p=thirdparty%2Fdovecot%2Fcore.git master: Added reload and stop back to usage help string. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index 87c9fd44e3..e3a6dcdd4e 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -487,7 +487,7 @@ static void print_help(void) { fprintf(stderr, "Usage: dovecot [-F] [-c ] [-p] [-n] [-a] [--help] [--version]\n" -" [--build-options] [--log-error]\n"); +" [--build-options] [--log-error] [reload] [stop]\n"); } static void print_build_options(void)