blob: 4f96e81ed6cb83894caaa54c695849fecc25b67a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
diff -ur qmail-autoresponder-0.96.1/main.c qmail-autoresponder-0.96.1-gentoo/main.c
--- qmail-autoresponder-0.96.1/main.c 2003-10-02 17:56:40.000000000 +1200
+++ qmail-autoresponder-0.96.1-gentoo/main.c 2003-10-02 17:58:48.000000000 +1200
@@ -244,18 +244,18 @@
}
static const char* usage_str =
-"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s
- -c Copy message into response
- -n NUM Set the maximum number of replies (defaults to 1)
- -s STR Add the subject to the autoresponse, prefixed by STR
- -t TIME Set the time interval, in seconds (defaults to 1 hour)
- -q Don't show error messages
- -D Don't remove old response records
- -N Don't send, just send autoresponse to standard output
- If more than NUM messages are received from the same sender
- within TIME seconds of each other, no response is sent.
- This program must be run by qmail.
-%s";
+"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s\n"
+" -c Copy message into response\n"
+" -n NUM Set the maximum number of replies (defaults to 1)\n"
+" -s STR Add the subject to the autoresponse, prefixed by STR\n"
+" -t TIME Set the time interval, in seconds (defaults to 1 hour)\n"
+" -q Don't show error messages\n"
+" -D Don't remove old response records\n"
+" -N Don't send, just send autoresponse to standard output\n"
+" If more than NUM messages are received from the same sender\n"
+" within TIME seconds of each other, no response is sent.\n"
+" This program must be run by qmail.\n"
+"%s";
void usage(const char* msg)
{
|