From 26fe258d13ded076303be23e999910502d4e4d08 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 22 Mar 2024 11:16:11 +1300 Subject: [PATCH] wrap commands in readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a7dc97..52bcf00 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,19 @@ Read the message body from a file instead: Send the message to multiple recipients: - mal -M mesgfile -t joe@example.org -t jane@example.org \ - -P password123 you@example.org + mal -M mesgfile -t joe@example.org -t jane@example.org -P password123 \ + you@example.org If SSL is not working properly, use an insecure connection with -k: - mal -k -m 'hello!' -t joe@example.org -P password123 you@example.org + mal -k -m 'hello!' -t joe@example.org -P password123 \ + you@example.org To send a message from an address with a plus in it, manually specify the username with -u: - mal -m 'hello!' -t joe@example.org -u you -P password123 you+malbot@example.org + mal -m 'hello!' -t joe@example.org -u you -P password123 \ + you+malbot@example.org Read a quick usage example: