# HG changeset patch # User Ben Schmidt # Date 1462407614 -36000 # Node ID 72c345b0aa91c46d67c812a8fe76b62fc24536fa # Parent 16df1cc898d020499922ea580a94760193d9b1b1 Improve commandline help for mlmmj-bounce. diff -r 16df1cc898d0 -r 72c345b0aa91 src/mlmmj-bounce.c --- a/src/mlmmj-bounce.c Sun May 22 23:16:12 2016 +1000 +++ b/src/mlmmj-bounce.c Thu May 05 10:20:14 2016 +1000 @@ -172,11 +172,12 @@ 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);