Added AccessToken config option to manpage

This commit is contained in:
Jeremy 2022-08-04 17:25:00 +12:00
parent 017cea52f4
commit fcf5e4b510

View file

@ -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 .