From: Ben Schmidt Date: Thu, 5 May 2016 00:20:14 +0000 (+1000) Subject: Improve commandline help for mlmmj-bounce. X-Git-Tag: RELEASE_1_3_0a1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dd9511d565af4a3e77e4dddf2db2f1ca566ff96;p=thirdparty%2Fmlmmj.git Improve commandline help for mlmmj-bounce. --- diff --git a/src/mlmmj-bounce.c b/src/mlmmj-bounce.c index 8525a0fc..bde2c3f3 100644 --- a/src/mlmmj-bounce.c +++ b/src/mlmmj-bounce.c @@ -172,11 +172,12 @@ char *dsnparseaddr(const char *mailname) static void print_help(const char *prg) { printf("Usage: %s -L /path/to/list\n" - " -a john=doe.org [-n num | -p]\n" + " [-a john=doe.org | -d] [-n num | -p]\n" " -a: Address string that bounces\n" " -h: This help\n" " -L: Full path to list directory\n" " -n: Message number in the archive\n" + " -d: Attempt to parse DSN to determine address\n" " -p: Send out a probe\n" " -V: Print version\n", prg);