Merge branch 'cli-support' of https://github.com/edgebox-iot/edgeboxctl into cli-support

cli-support
Paulo Truta 2022-02-13 14:40:10 +00:00
commit ac9376686c
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