We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dafd5d commit ce1bf98Copy full SHA for ce1bf98
1 file changed
cmd/src/login.go
@@ -52,7 +52,7 @@ Examples:
52
return cmderrors.Usage(fmt.Sprintf("invalid endpoint URL: %s", arg))
53
}
54
if parsed.String() != cfg.endpointURL.String() {
55
- return cmderrors.Usage(fmt.Sprintf("endpoint argument %s conflicts with configured endpoint %s", parsed, cfg.endpointURL))
+ return cmderrors.Usage(fmt.Sprintf("The configured endpoint is %s, not %s", cfg.endpointURL, parsed))
56
57
58
0 commit comments