Merge branch '5824-keep-web'
[arvados.git] / services / keep-web / anonymous.go
index db402411f96f409b57d96b8a4cc53924288d4c82..bfc716f2b2b865d9a12577bcca41812e7252f4e9 100644 (file)
@@ -20,5 +20,5 @@ func (ts *tokenSet) String() string {
 
 func init() {
        flag.Var(&anonymousTokens, "anonymous-token",
-               "Try using the specified token when a client does not provide a valid token. If this flag is used multiple times, each token will be tried in turn until one works.")
+               "API token to try when none of the tokens provided in an HTTP request succeed in reading the desired collection. Multiple anonymous tokens can be provided by using this flag more than once; each token will be attempted in turn until one works.")
 }