Skip to content

Commit a4929b1

Browse files
committed
fix(cli): correct unstake RPC command line name
1 parent b280c4e commit a4929b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/node/with_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ pub enum Command {
833833
#[structopt(short = "w", long = "withdrawer")]
834834
withdrawer: Option<String>,
835835
},
836-
#[structopt(name = "stake", about = "Create an unstake transaction")]
836+
#[structopt(name = "unstake", about = "Create an unstake transaction")]
837837
Unstake {
838838
/// Socket address of the Witnet node to query
839839
#[structopt(short = "n", long = "node")]

0 commit comments

Comments
 (0)