From: Stephan Bosch Date: Wed, 7 Mar 2018 17:56:00 +0000 (+0100) Subject: lda: Fix error message for invalid -r parameter to mention `-r' rather than `-a'. X-Git-Tag: 2.3.2.rc1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9969c4d2e0424e2f0f98b3492fadb9fed32fa0f;p=thirdparty%2Fdovecot%2Fcore.git lda: Fix error message for invalid -r parameter to mention `-r' rather than `-a'. --- diff --git a/src/lda/main.c b/src/lda/main.c index 088b0c84ee..869271f4fa 100644 --- a/src/lda/main.c +++ b/src/lda/main.c @@ -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: