comparison src/mlmmj-list.c @ 756:f8f3f4525a2b

Cosmetic changes to help messages
author Ben Schmidt
date Fri, 08 Oct 2010 01:47:46 +1100
parents 945ef20e9d08
children
comparison
equal deleted inserted replaced
755:bb803487199c 756:f8f3f4525a2b
37 #include "strgen.h" 37 #include "strgen.h"
38 #include "log_error.h" 38 #include "log_error.h"
39 39
40 static void print_help(const char *prg) 40 static void print_help(const char *prg)
41 { 41 {
42 printf("Usage: %s -L /path/to/listdir [-c] [-d] [-h] [-m] [-n] " 42 printf("Usage: %s -L /path/to/listdir\n"
43 "[-o] [-s] [-V]\n" 43 " [-c] [-d] [-h] [-m] [-n] [-o] [-s] [-V]\n"
44 " -L: Full path to list directory\n" 44 " -L: Full path to list directory\n"
45 " -c: Print subscriber count\n" 45 " -c: Print subscriber count\n"
46 " -d: Print for digesters list\n" 46 " -d: Print for digesters list\n"
47 " -h: This help\n" 47 " -h: This help\n"
48 " -m: Print moderators for list\n" 48 " -m: Print moderators for list\n"