Added AccessToken config option to manpage
This commit is contained in:
parent
fe4c1dad55
commit
407f3cdf9a
1 changed files with 4 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue