summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/flag/usage.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gotosocial/flag/usage.go')
-rw-r--r--cmd/gotosocial/flag/usage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gotosocial/flag/usage.go b/cmd/gotosocial/flag/usage.go
index 63ff97e6d..d7e7fb417 100644
--- a/cmd/gotosocial/flag/usage.go
+++ b/cmd/gotosocial/flag/usage.go
@@ -47,6 +47,7 @@ var usage = config.KeyNames{
MediaVideoMaxSize: "Max size of accepted videos in bytes",
MediaDescriptionMinChars: "Min required chars for an image description",
MediaDescriptionMaxChars: "Max permitted chars for an image description",
+ MediaRemoteCacheDays: "Number of days to locally cache media from remote instances. If set to 0, remote media will be kept indefinitely.",
StorageBackend: "Storage backend to use for media attachments",
StorageLocalBasePath: "Full path to an already-created directory where gts should store/retrieve media files. Subfolders will be created within this dir.",
StatusesMaxChars: "Max permitted characters for posted statuses",