stake-pool: minor typo fix

This commit is contained in:
jordansexton 2021-05-07 13:50:35 -05:00
parent cfc6c582ff
commit f0b1cec4d8
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ fn main() {
.long("dry-run")
.takes_value(false)
.global(true)
.help("Simluate transaction instead of executing"),
.help("Simulate transaction instead of executing"),
)
.arg(
Arg::with_name("no_update")