Skip to content

Commit

Permalink
fix typo (gakonst#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
calldata authored Jan 30, 2022
1 parent 46ded7e commit 1be3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/opts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub struct Wallet {
pub hd_path: Option<String>,

#[clap(
long = "mnemonic_index",
long = "mnemonic-index",
help = "your index in the standard hd path",
default_value = "0"
)]
Expand Down

0 comments on commit 1be3bab

Please sign in to comment.