diff --git a/cli/command/cli.go b/cli/command/cli.go index b626b35c309e..e7e28d3d8857 100644 --- a/cli/command/cli.go +++ b/cli/command/cli.go @@ -426,7 +426,7 @@ func UserAgent() string { // - fallbacks to default HOST, uses TLS config from flags/env vars func resolveContextName(opts *cliflags.CommonOptions, config *configfile.ConfigFile) (string, error) { if opts.Context != "" && len(opts.Hosts) > 0 { - return "", errors.New("conflicting options: either specify --host or --context, not bot") + return "", errors.New("Conflicting options: either specify --host or --context, not bot") } if opts.Context != "" { return opts.Context, nil