Skip to content

Commit

Permalink
fix --decimal description
Browse files Browse the repository at this point in the history
  • Loading branch information
engn33r committed Oct 15, 2023
1 parent 17e91d8 commit 43145c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Options:
--no_setup [<no_setup>...]
Start replaying immediately.
--decimal [<decimal>...]
Start replaying immediately.
Return decimal values, not hex.
-c, --contract_address <contract_address>...
Address of the contract we're tracking storage.
-l, --storage_slot <storage_slot>...
Expand Down
2 changes: 1 addition & 1 deletion src/cli_arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn create_match() -> clap::Command {
.arg(Arg::new("decimal")
.long("decimal")
.num_args(0..)
.help("Start replaying immediately."))
.help("Return decimal values, not hex."))
.arg(Arg::new("contract_address")
.long("contract_address")
.short('c')
Expand Down

0 comments on commit 43145c3

Please sign in to comment.