]> 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)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 7 Mar 2018 17:56:00 +0000 (18:56 +0100)
src/lda/main.c

index 7b4485cdece43564f302f0af96f27a19f1a3ac4f..ce4a191aaa627c6b9abb9a7d4b19fe64d3ee8000 100644 (file)
@@ -364,7 +364,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: