From cf33e1bb61a291fa6ad487f251193ef64fa6d216 Mon Sep 17 00:00:00 2001 From: Lefteris Chatzimparmpas Date: Sun, 19 Feb 2012 13:40:31 +0100 Subject: [PATCH] Correct the option order in the usage details. --- src/imapfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imapfilter.c b/src/imapfilter.c index 39f9c62..551d781 100644 --- a/src/imapfilter.c +++ b/src/imapfilter.c @@ -144,7 +144,7 @@ usage(void) { fprintf(stderr, "usage: imapfilter [-iVv] [-c configfile] " - "[-e 'command'] [-l logfile] [-d debugfile]\n"); + "[-d debugfile] [-e 'command'] [-l logfile]\n"); exit(0); }