Skip to content

Commit

Permalink
add comment to -r option about default value (#9571)
Browse files Browse the repository at this point in the history
add comment to -r option about default value
  • Loading branch information
zhiqiangxu authored Jan 2, 2025
1 parent 03ec595 commit 6cb41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/opts/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FLASHBOTS_URL: &str = "https://rpc.flashbots.net/fast";

#[derive(Clone, Debug, Default, Parser)]
pub struct RpcOpts {
/// The RPC endpoint.
/// The RPC endpoint, default value is http://localhost:8545.
#[arg(short = 'r', long = "rpc-url", env = "ETH_RPC_URL")]
pub url: Option<String>,

Expand Down

0 comments on commit 6cb41fe

Please sign in to comment.