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,