]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Added reload and stop back to usage help string.
authorTimo Sirainen <tss@iki.fi>
Fri, 28 May 2010 14:17:46 +0000 (15:17 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 28 May 2010 14:17:46 +0000 (15:17 +0100)
--HG--
branch : HEAD

src/master/main.c

index 87c9fd44e3f8fd3263ff670d621091d05687da80..e3a6dcdd4e07b58035532efbaaa0947fc9c66a01 100644 (file)
@@ -487,7 +487,7 @@ static void print_help(void)
 {
        fprintf(stderr,
 "Usage: dovecot [-F] [-c <config file>] [-p] [-n] [-a] [--help] [--version]\n"
-"       [--build-options] [--log-error]\n");
+"       [--build-options] [--log-error] [reload] [stop]\n");
 }
 
 static void print_build_options(void)