From 042e644865f0564b949f77b78c8f382817248e91 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 14 Jul 2023 18:38:13 -0700 Subject: [PATCH] comment --- web3_proxy/src/bin/web3_proxy_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/bin/web3_proxy_cli.rs b/web3_proxy/src/bin/web3_proxy_cli.rs index 2958049d..3f814afa 100644 --- a/web3_proxy/src/bin/web3_proxy_cli.rs +++ b/web3_proxy/src/bin/web3_proxy_cli.rs @@ -46,7 +46,7 @@ pub struct Web3ProxyCli { #[argh(option)] pub db_url: Option, - /// if no config, what sentry url should the client should connect to + /// if no config, what sentry url should the client should connect to (only required for some commands) #[argh(option)] pub sentry_url: Option,