Skip to content

Commit 948fce1

Browse files
committed
Update package.go
1 parent 0a2bde3 commit 948fce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serve/package.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ func (s *PluginServe) newCmdPluginPackage() *cobra.Command {
455455
cmd.Flags().StringP("dist-dir", "D", "", "dist directory to output the built plugin. (default: <plugin_directory>/dist)")
456456
cmd.Flags().StringP("docs-dir", "", "", "docs directory containing markdown files to copy to the dist directory. (default: <plugin_directory>/docs)")
457457
cmd.Flags().StringP("message", "m", "", "message that summarizes what is new or changed in this version. Use @<file> to read from file. Supports markdown.")
458-
cmd.Flags().StringP("build-tags", "", "", "build tags to use when building the plugin. (default: grpcnotrace)")
459458
return cmd
460459
}
461460

0 commit comments

Comments
 (0)