X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5c9aedbd8e623a518f5e1a92e4064a25ddd66353..a3a0940ccf0aeacb45aa7216035a2d815ddf7bcf:/services/keepproxy/usage.go?ds=sidebyside diff --git a/services/keepproxy/usage.go b/services/keepproxy/usage.go index 18bf0adab1..6d3d21e6f2 100644 --- a/services/keepproxy/usage.go +++ b/services/keepproxy/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -19,7 +23,7 @@ func usage() { Keepproxy forwards GET and PUT requests to keepstore servers. See http://doc.arvados.org/install/install-keepproxy.html -Usage: keepproxy [-config path/to/config.json] +Usage: keepproxy [-config path/to/keepproxy.yml] Options: `) @@ -78,5 +82,9 @@ Debug: Enable debug logging. +ManagementToken: + + Authorization token to be included in all health check requests. + `, exampleConfigFile) }