diff --git a/matrix-send.1 b/matrix-send.1 index ae07aff..b20100e 100644 --- a/matrix-send.1 +++ b/matrix-send.1 @@ -15,7 +15,7 @@ .Ek .Sh DESCRIPTION .Nm -is a script to send a message to a Matrix room. +is a script that sends a message to a Matrix room. It works by sending a JSON message to your Matrix server. The default message type is m.text, but you can specify a custom type with .Em -t . diff --git a/matrix-send.conf.5 b/matrix-send.conf.5 index 3158da1..35d12d0 100644 --- a/matrix-send.conf.5 +++ b/matrix-send.conf.5 @@ -19,24 +19,30 @@ The following directives are available: Server .Ar server The Client-Server API URL for your Matrix server. +.Pp .It Username .Ar username The username of your Matrix account. +.Pp .It Password .Ar password The password to your Matrix account. +.Pp .It AccessToken .Ar token Instead of using a username and password to obtain an access token, use +.Pp .Ar token . .It CacheLocation .Ar location Instead of caching access tokens to ~/.cache, cache them to +.Pp .Ar location . +.Pp .It DefaultEvent .Ar type