11789: Added tests.
[arvados.git] / services / keep-web / usage.go
index e7f90f03cacc317464b76c850aecad084f618fdc..603dd4dd2c63a73cc6e5b8b536cca888ae943d93 100644 (file)
@@ -21,7 +21,7 @@ Keep-web provides read-only HTTP access to files stored in Keep; see
 https://godoc.org/github.com/curoverse/arvados/services/keep-web and
 http://doc.arvados.org/install/install-keep-web.html
 
-Usage: keep-web -config path/to/config.json
+Usage: keep-web -config path/to/keep-web.yml
 
 Options:
 `)
@@ -36,7 +36,7 @@ Client.APIHost:
 
 Client.AuthToken:
 
-    Should be empty.
+    Unused. Normally empty, or omitted entirely.
 
 Client.Insecure:
 
@@ -67,5 +67,25 @@ TrustAllContent:
     Serve non-public content from a single origin. Dangerous: read
     docs before using!
 
+Cache.TTL:
+
+    Maximum time to cache collection data and permission checks.
+
+Cache.MaxCollectionEntries:
+
+    Maximum number of collection cache entries.
+
+Cache.MaxCollectionBytes:
+
+    Approximate memory limit for collection cache.
+
+Cache.MaxPermissionEntries:
+
+    Maximum number of permission cache entries.
+
+Cache.MaxUUIDEntries:
+
+    Maximum number of UUID cache entries.
+
 `, exampleConfigFile)
 }