Commit 29c8fa53 29c8fa5307ac8424cd1c3a75ffe7858531ac0e62 by Sergey Poznyakoff

(options): Fixed spelling in the help line.

1 parent 65024927
......@@ -69,7 +69,7 @@ static struct argp_option options[] =
"Compile script and exit", 0},
{"dump", 'D', 0, 0,
"Compile script, dump disasembled sieve code on terminal and exit", 0 },
"Compile script, dump disassembled sieve code to terminal and exit", 0 },
{"mbox-url", 'f', "MBOX", 0,
"Mailbox to sieve (defaults to user's mail spool)", 0},
......