(options): Fixed spelling in the help line.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -69,7 +69,7 @@ static struct argp_option options[] = | ... | @@ -69,7 +69,7 @@ static struct argp_option options[] = |
69 | "Compile script and exit", 0}, | 69 | "Compile script and exit", 0}, |
70 | 70 | ||
71 | {"dump", 'D', 0, 0, | 71 | {"dump", 'D', 0, 0, |
72 | "Compile script, dump disasembled sieve code on terminal and exit", 0 }, | 72 | "Compile script, dump disassembled sieve code to terminal and exit", 0 }, |
73 | 73 | ||
74 | {"mbox-url", 'f', "MBOX", 0, | 74 | {"mbox-url", 'f', "MBOX", 0, |
75 | "Mailbox to sieve (defaults to user's mail spool)", 0}, | 75 | "Mailbox to sieve (defaults to user's mail spool)", 0}, | ... | ... |
-
Please register or sign in to post a comment