Skip to content

Commit 2339eff

Browse files
committed
fix: typo validator_worker cli
1 parent fab3956 commit 2339eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_worker/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn main() -> Result<(), Box<dyn Error>> {
6969
Arg::with_name("singleTick")
7070
.short("t")
7171
.takes_value(false)
72-
.help("runs the validator in single-tick mode and exis"),
72+
.help("runs the validator in single-tick mode and exit"),
7373
)
7474
.get_matches();
7575

0 commit comments

Comments
 (0)