comparison 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
comparison
equal deleted inserted replaced
755:bb803487199c 756:f8f3f4525a2b
366 } 366 }
367 367
368 368
369 static void print_help(const char *prg) 369 static void print_help(const char *prg)
370 { 370 {
371 printf("Usage: %s -L /path/to/list -m /path/to/mail [-h] [-P] [-V]\n" 371 printf("Usage: %s -L /path/to/list\n"
372 " -m /path/to/mail [-h] [-P] [-V]\n"
372 " -h: This help\n" 373 " -h: This help\n"
373 " -L: Full path to list directory\n" 374 " -L: Full path to list directory\n"
374 " -m: Full path to mail file\n" 375 " -m: Full path to mail file\n"
375 " -P: Don't execute mlmmj-send\n" 376 " -P: Don't execute mlmmj-send\n"
376 " -V: Print version\n", prg); 377 " -V: Print version\n", prg);