From 5aedb9423bd371a32b740e1945996d76567b7ac5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 26 Nov 2005 14:17:21 +0000 Subject: Add --dry-run, an alias for -n. --- sieve/sieve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sieve') 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}, -- cgit v1.2.1