Skip to content

Commit

Permalink
Update flytectl/cmd/config/subcommand/sandbox/sandbox_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Su <[email protected]>
Signed-off-by: 0xffv <[email protected]>
  • Loading branch information
vincent0426 and pingsutw authored Nov 22, 2024
1 parent 3048b00 commit 1388536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytectl/cmd/config/subcommand/sandbox/sandbox_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1388536

Please sign in to comment.