Explorar el Código

Add missing option description in usage message

Alois Mahdal hace 3 años
padre
commit
320a0fd6f6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/imapdomo.skel

+ 2
- 0
src/imapdomo.skel Ver fichero

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