We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b96ae commit bcc862dCopy full SHA for bcc862d
private/buf/cmd/buf/command/registry/registrylogin/registrylogin.go
@@ -76,7 +76,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
76
"",
77
"The username to use.",
78
)
79
- _ = flagSet.MarkDeprecated(usernameFlagName, "This flag is no longer needed as the username is automatically derived from the token")
+ _ = flagSet.MarkDeprecated(usernameFlagName, "this flag is no longer needed as the username is automatically derived from the token")
80
_ = flagSet.MarkHidden(usernameFlagName)
81
flagSet.BoolVar(
82
&f.TokenStdin,
0 commit comments