From a2cd4157225cb28daa8496211d4784ae7568ba42 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 30 Mar 2020 08:31:14 +0000 Subject: [PATCH] Some wording changes, no functional change. --- exec/postmsg.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exec/postmsg.js b/exec/postmsg.js index 71bff9947e..f87a4915d2 100644 --- a/exec/postmsg.js +++ b/exec/postmsg.js @@ -1,6 +1,7 @@ // $Id$ -// Post a message to a local sub-board, a preferred alternative to using "smbutil i" +// Post a message to a local sub-board or mail message base +// a preferred alternative to using "smbutil i" var hdrs = { }; var sub_code; @@ -14,7 +15,7 @@ function usage() print("<sub-code> must be a valid sub-board (msgbase) internal code or 'mail'"); print(); print("options:"); - print("\t-i<filename> import text from filename rather than stdin"); + print("\t-i<filename> import body text from filename rather than stdin"); print("\t-t<name> set 'to' user name"); print("\t-n<addr> set 'to' netmail address"); print("\t-u<number> set 'to' user number"); -- GitLab