From 78169ce8882bc4ed1ec642f681e152be74a12a83 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 3 Aug 2022 01:22:06 +0200 Subject: [PATCH] Add NoCache to config manpage --- matrix-send.conf.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matrix-send.conf.5 b/matrix-send.conf.5 index 9424c3c..b99523c 100644 --- a/matrix-send.conf.5 +++ b/matrix-send.conf.5 @@ -25,6 +25,8 @@ The password for the account being used. .It Ic CacheLocation Ar location Modify the cache location from the default (~/.cache) to .Ar location . +.It Ic NoCache +Don't cache access tokens. .It Ic DefaultEvent Ar type Modify the default event type from the default (m.text) to .Ar type .