static void print_help(const char *prg)
{
- printf("Usage: %s -L /path/to/list -a john=doe.org [-n num | -p]\n"
- " -a: Address string that bounces\n"
- " -h: This help\n"
- " -L: Full path to list directory\n"
- " -n: Message number in the archive\n"
- " -p: Send out a probe\n"
- " -V: Print version\n", prg);
+ printf("Usage: %s -L /path/to/list\n"
+ " -a john=doe.org [-n num | -p]\n"
+ " -a: Address string that bounces\n"
+ " -h: This help\n"
+ " -L: Full path to list directory\n"
+ " -n: Message number in the archive\n"
+ " -p: Send out a probe\n"
+ " -V: Print version\n", prg);
exit(EXIT_SUCCESS);
}
static void print_help(const char *prg)
{
- printf("Usage: %s -L /path/to/listdir [-c] [-d] [-h] [-m] [-n] "
- "[-o] [-s] [-V]\n"
+ printf("Usage: %s -L /path/to/listdir\n"
+ " [-c] [-d] [-h] [-m] [-n] [-o] [-s] [-V]\n"
" -L: Full path to list directory\n"
" -c: Print subscriber count\n"
" -d: Print for digesters list\n"
static void print_help(const char *prg)
{
- printf("Usage: %s -L /path/to/list -m /path/to/mail [-h] [-P] [-V]\n"
+ printf("Usage: %s -L /path/to/list\n"
+ " -m /path/to/mail [-h] [-P] [-V]\n"
" -h: This help\n"
" -L: Full path to list directory\n"
" -m: Full path to mail file\n"
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"
static void print_help(const char *prg)
{
- printf("Usage: %s [-L /path/to/list || -l listctrl] \n"
- " -m /path/to/mail [-a] [-D] [-F] [-h] [-o] [-r] [-R] "
- "[-R] [-s] [-T] [-V]\n"
+ printf("Usage: %s [-L /path/to/list -m /path/to/mail | -l listctrl]\n"
+ " [-a] [-D] [-F sender@example.org] [-h] [-o address@example.org]\n"
+ " [-r 127.0.0.1] [-R reply@example.org] [-s /path/to/subscribers]\n"
+ " [-T recipient@example.org] [-V]\n"
" -a: Don't archive the mail\n"
" -D: Don't delete the mail after it's sent\n"
" -F: What to use as MAIL FROM:\n"
" '4' means 'send to file with recipients'\n"
" '5' means 'bounceprobe'\n"
" '6' means 'single listmail to single recipient'\n"
- " '7' means 'digest'\n"
- " -L: Full path to list directory\n"
+ " '7' means 'digest'\n");
+ printf(" -L: Full path to list directory\n"
" -m: Full path to mail file\n"
" -o: Address to omit from distribution (normal mail only)\n"
" -r: Relayhost IP address (defaults to 127.0.0.1)\n"