]> 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)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 12 Jun 2018 11:33:53 +0000 (14:33 +0300)
src/lda/main.c

index 1477084fc9714b717f5e96e39a901bbf2bfd40e2..088b0c84ee0821d884c62b168e0843908d1b08a1 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[])