comparison 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
comparison
equal deleted inserted replaced
755:bb803487199c 756:f8f3f4525a2b
40 40
41 extern char *optarg; 41 extern char *optarg;
42 42
43 static void print_help(const char *prg) 43 static void print_help(const char *prg)
44 { 44 {
45 printf("Usage: %s -L /path/to/listdir [-s sender@example.org] [-e extension] [-h] [-V] [-P] [-F]\n" 45 printf("Usage: %s -L /path/to/listdir\n"
46 " [-s sender@example.org] [-e extension] [-h] [-V] [-P] [-F]\n"
46 " -h: This help\n" 47 " -h: This help\n"
47 " -F: Don't fork in the background\n" 48 " -F: Don't fork in the background\n"
48 " -L: Full path to list directory\n" 49 " -L: Full path to list directory\n"
49 " -s: Specify sender address\n" 50 " -s: Specify sender address\n"
50 " -e: The foo part of user+foo@example.org\n" 51 " -e: The foo part of user+foo@example.org\n"