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

Cosmetic changes to help messages
author Ben Schmidt
date Fri, 08 Oct 2010 01:47:46 +1100
parents dfc9ab125fd4
children
line wrap: on
line diff
--- a/src/mlmmj-receive.c	Fri Oct 08 00:28:51 2010 +1100
+++ b/src/mlmmj-receive.c	Fri Oct 08 01:47:46 2010 +1100
@@ -42,7 +42,8 @@
 
 static void print_help(const char *prg)
 {
-        printf("Usage: %s -L /path/to/listdir [-s sender@example.org] [-e extension] [-h] [-V] [-P] [-F]\n"
+	printf("Usage: %s -L /path/to/listdir\n"
+	       "       [-s sender@example.org] [-e extension] [-h] [-V] [-P] [-F]\n"
 	       " -h: This help\n"
 	       " -F: Don't fork in the background\n"
 	       " -L: Full path to list directory\n"