X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a44fb9de57a2f44347aecd26928eee03ea3c60c..e24a892b920fd8cddf091a3c15acba1ab27f510d:/services/keep-balance/usage.go diff --git a/services/keep-balance/usage.go b/services/keep-balance/usage.go index b521c652cc..6f48af116f 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 [options] Options: `)