summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-26 14:17:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-26 14:17:21 +0000
commit5aedb9423bd371a32b740e1945996d76567b7ac5 (patch)
treeff76bf3ba72b12438272685af9e7eb55ec5cedf3
parent89c0956cb2868284aa35786945cdbbbeacd25454 (diff)
downloadmailutils-5aedb9423bd371a32b740e1945996d76567b7ac5.tar.gz
mailutils-5aedb9423bd371a32b740e1945996d76567b7ac5.tar.bz2
Add --dry-run, an alias for -n.
-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.