15000: Accept negative durations in config, fix crashing error log.
[arvados.git] / services / keepproxy / usage.go
index 403c6bf2bb2a5a8673e23c9820c47a4747611054..6d3d21e6f25217744941957a0a2a869fa02fde33 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -78,5 +82,9 @@ Debug:
 
     Enable debug logging.
 
+ManagementToken:
+
+    Authorization token to be included in all health check requests.
+
 `, exampleConfigFile)
 }