From 1388536e6a6f15d11d3ea882d77d3365390b8720 Mon Sep 17 00:00:00 2001 From: 0xffv <68840528+vincent0426@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:18:55 -0800 Subject: [PATCH] Update flytectl/cmd/config/subcommand/sandbox/sandbox_config.go Co-authored-by: Kevin Su Signed-off-by: 0xffv <68840528+vincent0426@users.noreply.github.com> --- flytectl/cmd/config/subcommand/sandbox/sandbox_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytectl/cmd/config/subcommand/sandbox/sandbox_config.go b/flytectl/cmd/config/subcommand/sandbox/sandbox_config.go index 06eade2b7c..a8d097ea46 100644 --- a/flytectl/cmd/config/subcommand/sandbox/sandbox_config.go +++ b/flytectl/cmd/config/subcommand/sandbox/sandbox_config.go @@ -42,7 +42,7 @@ type Config struct { Force bool `json:"force" pflag:",Optional. Forcefully delete existing sandbox cluster if it exists."` // Allow user to specify the port for the sandbox - Port string `json:"port" pflag:",Optional. Specify the port for the sandbox."` + Port string `json:"port" pflag:",Optional. Specify the port for the Kubernetes in the sandbox."` } //go:generate pflags Config --default-var DefaultConfig --bind-default-var