summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
Diffstat (limited to 'sieve')
-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[] =
{
{"no-actions", 'n', 0, 0,
N_("Do not execute any actions, just print what would be done"), 0},
-
+ {"dry-run", 0, NULL, OPTION_ALIAS, NULL },
{"keep-going", 'k', 0, 0,
N_("Keep on going if execution fails on a message"), 0},

Return to:

Send suggestions and report system problems to the System administrator.