X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4103db7eade3ce5e06889adf12264fa03980d9d7..f16505d89d60d3bd5abc04762712f4ddf78e39fe:/services/keep-web/anonymous.go diff --git a/services/keep-web/anonymous.go b/services/keep-web/anonymous.go index db402411f9..bfc716f2b2 100644 --- a/services/keep-web/anonymous.go +++ b/services/keep-web/anonymous.go @@ -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.") }