From f633e09ecfb7809b1f570464fdc7ec9e712512cf Mon Sep 17 00:00:00 2001 From: Cyril David Date: Fri, 22 Jan 2021 11:25:30 -0800 Subject: [PATCH] Update internal/cli/cli.go --- internal/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 3f85b0298..0ed01f258 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -100,7 +100,7 @@ func (c *cli) init() error { format := strings.ToLower(c.format) if format != "" && format != string(display.OutputFormatJSON) { - err = fmt.Errorf("Invalid format. Use `--format=json` or ommit this option to use the default format.") + err = fmt.Errorf("Invalid format. Use `--format=json` or omit this option to use the default format.") return }