Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 7, 2023
1 parent d3ef0f4 commit ca83f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ struct Opts {
#[clap(short, long, conflicts_with("script"), conflicts_with("offline"))]
/// Send signed messages
send: Option<String>,
#[clap(short, long)]
#[clap(long)]
/// Use new metering with wasm_profiling. This option will be removed once the mainnet is using the new metering.
use_new_metering: bool,
}
Expand Down

0 comments on commit ca83f4e

Please sign in to comment.