]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lda: Fix error message for invalid -r parameter to mention `-r' rather than `-a'.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 7 Mar 2018 17:56:00 +0000 (18:56 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 12 Jun 2018 11:33:53 +0000 (14:33 +0300)
src/lda/main.c

index 088b0c84ee0821d884c62b168e0843908d1b08a1..869271f4fa08500cccf470826b253e03a2f3f85a 100644 (file)
@@ -366,7 +366,7 @@ int main(int argc, char *argv[])
                                SMTP_ADDRESS_PARSE_FLAG_BRACKETS_OPTIONAL,
                            &final_rcpt_to, &errstr) < 0) {
                                i_fatal_status(EX_USAGE,
-                                       "Invalid -a parameter: %s", errstr);
+                                       "Invalid -r parameter: %s", errstr);
                        }
                        break;
                default: