From b15c55e43dce0ed1e6a8634e7df85d077ee2256f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 19 Feb 2021 16:40:19 +0300 Subject: [PATCH] Update README.md correct arguments =) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fe6e9e..121b134 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Firstly make sure to build the exporter binary using `make`. | `-cert` | certificate file for exporter in order to serve metrics over TLS | | `-key` | private key file for exporter in order to serve metrics over TLS | | `-ca` | PKI certificate authority file | -| `-clientCert` | client certificate file to authenticate this client with couchbase-server | -| `-clientKey` | client private key file to authenticate this client with couchbase-server | -| `-logLevel` | log level (debug/info/warn/error) | info -| `-logJson` | if set to true, logs will be JSON formatted | true +| `-client-cert` | client certificate file to authenticate this client with couchbase-server | +| `-client-key` | client private key file to authenticate this client with couchbase-server | +| `-log-level` | log level (debug/info/warn/error) | info +| `-log-json` | if set to true, logs will be JSON formatted | true ### Docker