From a55fe087e3e9b81a46fbf6191400e083fe5fddfa Mon Sep 17 00:00:00 2001 From: schultzie <9121234+dylanschultzie@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:13:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7c6028..444a67e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Metrics with no confirmation level: You typically only need to set the RPC URL, pointing to one of your own nodes: - ./solana_exporter -rpcURI=http://yournode:8899 + ./solana_exporter -rpc-url=http://yournode:8899 If you want verbose logs, specify `-v=`. Higher verbosity means more debug output. For most users, the default verbosity level is fine. If you want detailed log output for missed blocks, run with `-v=1`. @@ -56,7 +56,7 @@ Usage of solana_exporter: log to standard error instead of files (default true) -one_output If true, only write logs to their native severity level (vs also writing to each lower severity level - -rpcURI string + -rpc-url string Solana RPC URI (including protocol and path) -skip_headers If true, avoid header prefixes in the log messages