Update cmd/edgeboxctl/main.go

Co-authored-by: Malachi Soord <inverse.chi@gmail.com>
pull/19/head
Paulo Truta 2022-02-12 13:36:35 +01:00 committed by GitHub
parent 9eb47f3248
commit 23f9926b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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