diff --git a/private/buf/cmd/buf/command/push/push.go b/private/buf/cmd/buf/command/push/push.go index b1e339b9d2..ecf270697c 100644 --- a/private/buf/cmd/buf/command/push/push.go +++ b/private/buf/cmd/buf/command/push/push.go @@ -414,7 +414,7 @@ func validateLabelFlagValues(flags *flags) error { return nil } -// We do not allow users to set --source-control-url, --create-default-label, and --label +// We do not allow users to set --tag, --branch, and --draft // flags if the --git-metadata flag is set. func validateGitMetadataFlags(flags *flags) error { if flags.GitMetadata {