summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 42ad6269d..565c9897d 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -68,7 +68,7 @@ static struct argp_option options[] =
68{ 68{
69 {"no-actions", 'n', 0, 0, 69 {"no-actions", 'n', 0, 0,
70 N_("Do not execute any actions, just print what would be done"), 0}, 70 N_("Do not execute any actions, just print what would be done"), 0},
71 71 {"dry-run", 0, NULL, OPTION_ALIAS, NULL },
72 {"keep-going", 'k', 0, 0, 72 {"keep-going", 'k', 0, 0,
73 N_("Keep on going if execution fails on a message"), 0}, 73 N_("Keep on going if execution fails on a message"), 0},
74 74

Return to:

Send suggestions and report system problems to the System administrator.