Skip to content

Commit 53641c2

Browse files
committed
dtx: Fix typo in command-line interface
1 parent 1abe1c2 commit 53641c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/dtx.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ impl DynCommand for Command {
2929
.subcommand(SubCommand::with_name("confirm")
3030
.about("Confirm latch-open if detachment in progress")
3131
.display_order(4))
32-
.subcommand(SubCommand::with_name("hearbeat")
33-
.about("Send hearbeat if detachment in progress")
32+
.subcommand(SubCommand::with_name("heartbeat")
33+
.about("Send heartbeat if detachment in progress")
3434
.display_order(5))
3535
.subcommand(SubCommand::with_name("cancel")
3636
.about("Cancel any detachment in progress")

0 commit comments

Comments
 (0)