|
@@ -16,9 +16,11 @@ usage() {
|
16
|
16
|
"-c DIR change to DIR before doing anything" \
|
17
|
17
|
"-l list handlers and exit" \
|
18
|
18
|
"-d turn on debugging mode" \
|
|
19
|
+ "-t CERTS Use certificates file CERTS." \
|
19
|
20
|
"-N turn off locking; make sure that handlers cannot" \
|
20
|
21
|
" interfere with each other or that another locking" \
|
21
|
22
|
" mechanism is in place. Also see NOTE below." \
|
|
23
|
+ "-V Show imapdomo version and exit." \
|
22
|
24
|
-- \
|
23
|
25
|
"imapdomo will try to read init.lua and handlers/ACTION.lua from its" \
|
24
|
26
|
"configuration directory." \
|