Added AccessToken config option to manpage
This commit is contained in:
parent
017cea52f4
commit
fcf5e4b510
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
|
.Dt MATRIX-SEND.CONF 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -22,6 +22,9 @@ The Client-Server API address of the Matrix server being used.
|
||||||
The username of the account being used.
|
The username of the account being used.
|
||||||
.It Ic Password Ar password
|
.It Ic Password Ar password
|
||||||
The password for the account being used.
|
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
|
.It Ic CacheLocation Ar location
|
||||||
Modify the cache location from the default (~/.cache) to
|
Modify the cache location from the default (~/.cache) to
|
||||||
.Ar location .
|
.Ar location .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue