From fd6cf87e1bc1ac67dc780bf92a0740f709f2f63e Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:24:35 -0500 Subject: [PATCH] Update doc Co-authored-by: Doria Keung --- private/buf/cmd/buf/command/plugin/pluginpush/pluginpush.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/buf/cmd/buf/command/plugin/pluginpush/pluginpush.go b/private/buf/cmd/buf/command/plugin/pluginpush/pluginpush.go index 5a68efbe48..04e951cbf7 100644 --- a/private/buf/cmd/buf/command/plugin/pluginpush/pluginpush.go +++ b/private/buf/cmd/buf/command/plugin/pluginpush/pluginpush.go @@ -92,7 +92,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) { createFlagName, false, fmt.Sprintf( - "Create the plugin if it does not exist. Defaults to creating a private repository if --%s is not set. Must be used with --%s.", + "Create the plugin if it does not exist. Defaults to creating a private plugin on the BSR if --%s is not set. Must be used with --%s.", createVisibilityFlagName, createTypeFlagName, ),