Skip to content

Commit

Permalink
fix: bin
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jul 30, 2024
1 parent cef4a79 commit c9812e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/opd8n/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ pub enum Commands {
#[command(visible_alias = "i")]
Info {
/// The L2 Chain ID
#[clap(short, long, help = "L2 chain ID")]
#[clap(long, help = "L2 chain ID")]
l2_chain_id: u64,
/// The L2 block number to get info for
#[clap(short, long, help = "L2 block number")]
#[clap(long, help = "L2 block number")]
l2_block: u64,
/// The rpc url to fetch L2 block info from.
#[clap(long, help = "RPC url to fetch L2 block info from")]
Expand Down

0 comments on commit c9812e7

Please sign in to comment.