X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1478093ebd5749e67c179cb8c3391870edd13c32..d2f9e7809bd1f63638600c7fc8189182c0f327c0:/services/keep-balance/usage.go diff --git a/services/keep-balance/usage.go b/services/keep-balance/usage.go index b521c652cc..d11201047b 100644 --- a/services/keep-balance/usage.go +++ b/services/keep-balance/usage.go @@ -7,19 +7,15 @@ import ( ) var exampleConfigFile = []byte(` - { - "Client": { - "APIHost": "zzzzz.arvadosapi.com:443", - "AuthToken": "xyzzy", - "Insecure": false - }, - "KeepServiceTypes": [ - "disk" - ], - "RunPeriod": "600s", - "CollectionBatchSize": 100000, - "CollectionBuffers": 1000 - }`) +Client: + APIHost: zzzzz.arvadosapi.com:443 + AuthToken: xyzzy + Insecure: false +KeepServiceTypes: + - disk +RunPeriod: 600s +CollectionBatchSize: 100000 +CollectionBuffers: 1000`) func usage() { fmt.Fprintf(os.Stderr, ` @@ -30,7 +26,7 @@ overreplicated and unreferenced blocks, and moves blocks to better positions (according to the rendezvous hash algorithm) so clients find them faster. -Usage: keep-balance -config path/to/config.json [options] +Usage: keep-balance -config path/to/keep-balance.yml [options] Options: `)