Skip to content

Commit bcc862d

Browse files
Fix deprecated flag casing (#3200)
1 parent c9b96ae commit bcc862d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/buf/cmd/buf/command/registry/registrylogin/registrylogin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
7676
"",
7777
"The username to use.",
7878
)
79-
_ = flagSet.MarkDeprecated(usernameFlagName, "This flag is no longer needed as the username is automatically derived from the token")
79+
_ = flagSet.MarkDeprecated(usernameFlagName, "this flag is no longer needed as the username is automatically derived from the token")
8080
_ = flagSet.MarkHidden(usernameFlagName)
8181
flagSet.BoolVar(
8282
&f.TokenStdin,

0 commit comments

Comments
 (0)