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

Cosmetic changes to help messages
author Ben Schmidt
date Fri, 08 Oct 2010 01:47:46 +1100
parents dfc9ab125fd4
children c3ee2bfaeb02
line wrap: on
line diff
--- a/src/mlmmj-process.c	Fri Oct 08 00:28:51 2010 +1100
+++ b/src/mlmmj-process.c	Fri Oct 08 01:47:46 2010 +1100
@@ -368,7 +368,8 @@
 
 static void print_help(const char *prg)
 {
-        printf("Usage: %s -L /path/to/list -m /path/to/mail [-h] [-P] [-V]\n"
+	printf("Usage: %s -L /path/to/list\n"
+	       "       -m /path/to/mail [-h] [-P] [-V]\n"
 	       " -h: This help\n"
 	       " -L: Full path to list directory\n"
 	       " -m: Full path to mail file\n"