diff src/mlmmj-bounce.c @ 756:f8f3f4525a2b

Cosmetic changes to help messages
author Ben Schmidt
date Fri, 08 Oct 2010 01:47:46 +1100
parents b72bcb7e08a2
children c3ee2bfaeb02
line wrap: on
line diff
--- a/src/mlmmj-bounce.c	Fri Oct 08 00:28:51 2010 +1100
+++ b/src/mlmmj-bounce.c	Fri Oct 08 01:47:46 2010 +1100
@@ -223,7 +223,8 @@
 
 static void print_help(const char *prg)
 {
-	printf("Usage: %s -L /path/to/list -a john=doe.org [-n num | -p]\n"
+	printf("Usage: %s -L /path/to/list\n"
+	       "       -a john=doe.org [-n num | -p]\n"
 		" -a: Address string that bounces\n"
 		" -h: This help\n"
 		" -L: Full path to list directory\n"