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 1abe1c2 commit 53641c2Copy full SHA for 53641c2
src/cli/dtx.rs
@@ -29,8 +29,8 @@ impl DynCommand for Command {
29
.subcommand(SubCommand::with_name("confirm")
30
.about("Confirm latch-open if detachment in progress")
31
.display_order(4))
32
- .subcommand(SubCommand::with_name("hearbeat")
33
- .about("Send hearbeat if detachment in progress")
+ .subcommand(SubCommand::with_name("heartbeat")
+ .about("Send heartbeat if detachment in progress")
34
.display_order(5))
35
.subcommand(SubCommand::with_name("cancel")
36
.about("Cancel any detachment in progress")
0 commit comments