13399: Adjust locking strategy to avoid starvation.
[arvados.git] / services / keepproxy / usage.go
index 18bf0adab12076f87eaec5d27d7eb34b3089c893..6d3d21e6f25217744941957a0a2a869fa02fde33 100644 (file)
@@ -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)
 }