changeset 908:72c345b0aa91

Improve commandline help for mlmmj-bounce.
author Ben Schmidt
date Thu, 05 May 2016 10:20:14 +1000
parents 16df1cc898d0
children 4bcd0168ddf9
files src/mlmmj-bounce.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);