Skip to content

Commit

Permalink
Update internal/cli/cli.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx committed Jan 22, 2021
1 parent 0cf63cb commit e7d1fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e7d1fb3

Please sign in to comment.