docs: fix typo

This commit is contained in:
2021-08-02 22:03:53 +02:00
parent 444ac52476
commit 102f4e22b5

View File

@ -4,7 +4,7 @@ import (
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
) )
// ServerCommand defines the `abra server` command and ets subcommands // ServerCommand defines the `abra server` command and its subcommands
var ServerCommand = &cli.Command{ var ServerCommand = &cli.Command{
Name: "server", Name: "server",
ArgsUsage: "<host>", ArgsUsage: "<host>",