aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 4369565a..cbb6f7b2 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -520,6 +520,12 @@ func main() {
)
}
+ c.NewCommand(
+ "abort",
+ "Abort all pending cures on the daemon",
+ func([]string) error { return abortRemote(ctx, &addr) },
+ )
+
{
var (
flagNet bool