2023-11-20 Fred Gleason <fredg@paravelsystems.com>

* Fixed a typo in the usage hint for the 'sendmail_test' test
	harness.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-11-20 12:35:05 -05:00
parent 6af2c47ec9
commit cfd9d6b254
2 changed files with 4 additions and 1 deletions

View File

@ -24479,3 +24479,6 @@
2023-11-14 Fred Gleason <fredg@paravelsystems.com>
* Added a note about RDS configuration settings to the exemplar
file for the 'pypad_nautel.py' plug-in.
2023-11-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in the usage hint for the 'sendmail_test' test
harness.

View File

@ -23,7 +23,7 @@
#include <qobject.h>
#define SENDMAIL_TEST_USAGE "[options]\n\nTest the Rivendell email sending routines\n\nOptions are:\n--from-address=<addr>\n Originating email address\n\n--to-addresses=<addrs>\n To addresses (comma seperated)\n\n--cc-addresses=<addrs>\n CC addresses (comma seperated)\n\n--bcc-addresses=<addrs>\n BCC addresses (comma seperated)\n\n--subject=<str>\n Message subject\n\n--body=<str>\n Message body\n\n--body-file=<filename>\n Use contents of <filename> 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=<addr>\n Originating email address\n\n--to-addrs=<addrs>\n To addresses (comma seperated)\n\n--cc-addrs=<addrs>\n CC addresses (comma seperated)\n\n--bcc-addrs=<addrs>\n BCC addresses (comma seperated)\n\n--subject=<str>\n Message subject\n\n--body=<str>\n Message body\n\n--body-file=<filename>\n Use contents of <filename> for body\n\n--dry-run\n Print the raw message to STDOUT, then exit\n\n"
class MainObject : public QObject
{