Просмотр исходного кода

Add missing option description in usage message

Alois Mahdal 3 лет назад
Родитель
Сommit
320a0fd6f6
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/imapdomo.skel

+ 2
- 0
src/imapdomo.skel Просмотреть файл

@@ -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."                                             \