diff --git a/src/go/rpk/pkg/cli/transform/build.go b/src/go/rpk/pkg/cli/transform/build.go index 1420d2585b8b..2b8fcc05b4cb 100644 --- a/src/go/rpk/pkg/cli/transform/build.go +++ b/src/go/rpk/pkg/cli/transform/build.go @@ -37,7 +37,8 @@ For example to add debug symbols and use the asyncify scheduler for tinygo: Language-specific details: Tinygo - By default tinygo uses release builds (-opt=2) and goroutines are -disabled, for maximum performance. +disabled, for maximum performance. To enable goroutines, pass +-scheduler=asyncify to the underlying build command. `, Args: cobra.ArbitraryArgs, Run: func(cmd *cobra.Command, extraArgs []string) {