Skip to content

Commit

Permalink
lda: Add -r parameter to usage help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and sirainen committed Jun 12, 2018
1 parent 907f0bd commit 7838684
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lda/main.c
Expand Up @@ -244,8 +244,10 @@ static void failure_exit_callback(int *status)
static void print_help(void)
{
printf(
"Usage: dovecot-lda [-c <config file>] [-a <address>] [-d <username>] [-p <path>]\n"
" [-f <envelope sender>] [-m <mailbox>] [-e] [-k]\n");
"Usage: dovecot-lda [-c <config file>] [-d <username>] [-p <path>]\n"
" [-m <mailbox>] [-e] [-k] [-f <envelope sender>]\n"
" [-a <original envelope recipient>]\n"
" [-r <final envelope recipient>] \n");
}

int main(int argc, char *argv[])
Expand Down

0 comments on commit 7838684

Please sign in to comment.