From c74497105b754af44080a0243e92e13924869731 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 29 Jul 2022 06:50:48 +1200 Subject: [PATCH] Update markdown manpages --- doc/matrix-send.1.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/matrix-send.1.md b/doc/matrix-send.1.md index 962814a..090f25a 100644 --- a/doc/matrix-send.1.md +++ b/doc/matrix-send.1.md @@ -20,6 +20,20 @@ It works by sending a JSON request to your Matrix server. The message type will always be m.text, but other options may be considered in the future. +The options are as follows: + +**-c** + +> Clear cached access tokens. + +**-h** + +> Show a help menu, then exit. + +**-V** + +> Print version and program information, then exit + To begin, start by making a configuration file. This always has the location of *~/.config/matrix-send.conf*. @@ -84,6 +98,10 @@ caches access tokens in If you would like to disable caching of access tokens, add NoCache to your *matrix-send.conf*. +Encryption is not supported. All messages will be sent unencrypted. +There are currently no plans to add encryption to +**matrix-send**. + # FILES *~/.config/matrix-send.conf*