]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lda: Add -r parameter to usage help message.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 7 Mar 2018 17:54:38 +0000 (18:54 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 7 Mar 2018 17:54:38 +0000 (18:54 +0100)
src/lda/main.c

index 998bfdd35ec6873bf14f378b389a28e53e8341c0..7b4485cdece43564f302f0af96f27a19f1a3ac4f 100644 (file)
@@ -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[])