From fcf5e4b51026c59568acf6cc3d38e638be402688 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 4 Aug 2022 17:25:00 +1200 Subject: [PATCH] Added AccessToken config option to manpage --- matrix-send.conf.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/matrix-send.conf.5 b/matrix-send.conf.5 index b99523c..9c3a025 100644 --- a/matrix-send.conf.5 +++ b/matrix-send.conf.5 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: August 3 2022 $ +.Dd $Mdocdate: August 4 2022 $ .Dt MATRIX-SEND.CONF 5 .Os .Sh NAME @@ -22,6 +22,9 @@ The Client-Server API address of the Matrix server being used. The username of the account being used. .It Ic Password Ar password The password for the account being used. +.It Ic AccessToken Ar token +Instead of authenticating via username and password to obtain an access token, use +.Ar token . .It Ic CacheLocation Ar location Modify the cache location from the default (~/.cache) to .Ar location .