Correct the option order in the usage details.

This commit is contained in:
Lefteris Chatzimparmpas 2012-02-19 13:40:31 +01:00
parent 7199aa249f
commit cf33e1bb61
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}