We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b280c4e commit a4929b1Copy full SHA for a4929b1
src/cli/node/with_node.rs
@@ -833,7 +833,7 @@ pub enum Command {
833
#[structopt(short = "w", long = "withdrawer")]
834
withdrawer: Option<String>,
835
},
836
- #[structopt(name = "stake", about = "Create an unstake transaction")]
+ #[structopt(name = "unstake", about = "Create an unstake transaction")]
837
Unstake {
838
/// Socket address of the Witnet node to query
839
#[structopt(short = "n", long = "node")]
0 commit comments