Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f0b1cec

Browse files
committed
stake-pool: minor typo fix
1 parent cfc6c58 commit f0b1cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stake-pool/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ fn main() {
11571157
.long("dry-run")
11581158
.takes_value(false)
11591159
.global(true)
1160-
.help("Simluate transaction instead of executing"),
1160+
.help("Simulate transaction instead of executing"),
11611161
)
11621162
.arg(
11631163
Arg::with_name("no_update")

0 commit comments

Comments
 (0)