Improve config manpage wording
This commit is contained in:
parent
fcf5e4b510
commit
6f090d7ac0
2 changed files with 343 additions and 1 deletions
|
@ -24,7 +24,8 @@ The username of 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 .
|
||||
.Ar token
|
||||
as the access token.
|
||||
.It Ic CacheLocation Ar location
|
||||
Modify the cache location from the default (~/.cache) to
|
||||
.Ar location .
|
||||
|
@ -34,6 +35,8 @@ Don't cache access tokens.
|
|||
Modify the default event type from the default (m.text) to
|
||||
.Ar type .
|
||||
Supported types are m.text, and m.notice.
|
||||
.It Ic PrettyPrint
|
||||
Pretty-print the JSON server messages.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width ~/.config/matrix-send.conf -compact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue