comparison 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
comparison
equal deleted inserted replaced
755:bb803487199c 756:f8f3f4525a2b
221 return NULL; 221 return NULL;
222 } 222 }
223 223
224 static void print_help(const char *prg) 224 static void print_help(const char *prg)
225 { 225 {
226 printf("Usage: %s -L /path/to/list -a john=doe.org [-n num | -p]\n" 226 printf("Usage: %s -L /path/to/list\n"
227 " -a: Address string that bounces\n" 227 " -a john=doe.org [-n num | -p]\n"
228 " -h: This help\n" 228 " -a: Address string that bounces\n"
229 " -L: Full path to list directory\n" 229 " -h: This help\n"
230 " -n: Message number in the archive\n" 230 " -L: Full path to list directory\n"
231 " -p: Send out a probe\n" 231 " -n: Message number in the archive\n"
232 " -V: Print version\n", prg); 232 " -p: Send out a probe\n"
233 " -V: Print version\n", prg);
233 234
234 exit(EXIT_SUCCESS); 235 exit(EXIT_SUCCESS);
235 } 236 }
236 237
237 int main(int argc, char **argv) 238 int main(int argc, char **argv)