Merge branch '5824-keep-web'
[arvados.git] / services / keep-web / anonymous.go
index 85ea1c6933111b10c16717668b878867a3580f0b..bfc716f2b2b865d9a12577bcca41812e7252f4e9 100644 (file)
@@ -20,5 +20,5 @@ func (ts *tokenSet) String() string {
 
 func init() {
        flag.Var(&anonymousTokens, "anonymous-token",
-               "API token to try when none of the tokens provided in an HTTP request succeed in reading the desired collection. If this flag is used more than once, each token will be attempted 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.")
 }