From cfd9d6b254cfe6209e7f6752cdebd28ed1bbd3d4 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 20 Nov 2023 12:35:05 -0500 Subject: [PATCH] 2023-11-20 Fred Gleason * Fixed a typo in the usage hint for the 'sendmail_test' test harness. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ tests/sendmail_test.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0e54752..67e0243c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24479,3 +24479,6 @@ 2023-11-14 Fred Gleason * Added a note about RDS configuration settings to the exemplar file for the 'pypad_nautel.py' plug-in. +2023-11-20 Fred Gleason + * Fixed a typo in the usage hint for the 'sendmail_test' test + harness. diff --git a/tests/sendmail_test.h b/tests/sendmail_test.h index d1940b18..a53845de 100644 --- a/tests/sendmail_test.h +++ b/tests/sendmail_test.h @@ -23,7 +23,7 @@ #include -#define SENDMAIL_TEST_USAGE "[options]\n\nTest the Rivendell email sending routines\n\nOptions are:\n--from-address=\n Originating email address\n\n--to-addresses=\n To addresses (comma seperated)\n\n--cc-addresses=\n CC addresses (comma seperated)\n\n--bcc-addresses=\n BCC addresses (comma seperated)\n\n--subject=\n Message subject\n\n--body=\n Message body\n\n--body-file=\n Use contents of for body\n\n--dry-run\n Print the raw message to STDOUT, then exit\n\n" +#define SENDMAIL_TEST_USAGE "[options]\n\nTest the Rivendell email sending routines\n\nOptions are:\n--from-addr=\n Originating email address\n\n--to-addrs=\n To addresses (comma seperated)\n\n--cc-addrs=\n CC addresses (comma seperated)\n\n--bcc-addrs=\n BCC addresses (comma seperated)\n\n--subject=\n Message subject\n\n--body=\n Message body\n\n--body-file=\n Use contents of for body\n\n--dry-run\n Print the raw message to STDOUT, then exit\n\n" class MainObject : public QObject {