From 23f9926b4bc9dc76fbddf91bc71dec20abf4bc7f Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Sat, 12 Feb 2022 13:36:35 +0100 Subject: [PATCH] Update cmd/edgeboxctl/main.go Co-authored-by: Malachi Soord --- cmd/edgeboxctl/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/edgeboxctl/main.go b/cmd/edgeboxctl/main.go index 4b9c9fc..c2ceb66 100644 --- a/cmd/edgeboxctl/main.go +++ b/cmd/edgeboxctl/main.go @@ -35,7 +35,7 @@ func main() { { Name: "bootstrap", Aliases: []string{"b"}, - Usage: "Setps up initial structure and dependencies for the edgebox system", + Usage: "Sets up initial structure and dependencies for the edgebox system", Action: func(c *cli.Context) error { fmt.Println("Edgebox Setup") return nil