diff --git a/docs/generate_doc/ticloud_serverless_private-link-connection_create.md b/docs/generate_doc/ticloud_serverless_private-link-connection_create.md index d3dabfaa..c0eab865 100644 --- a/docs/generate_doc/ticloud_serverless_private-link-connection_create.md +++ b/docs/generate_doc/ticloud_serverless_private-link-connection_create.md @@ -22,13 +22,13 @@ ticloud serverless private-link-connection create [flags] ### Options ``` - --alicloud.endpoint-servicename string Alicloud endpoint service name. - --aws.endpoint-service-name string AWS endpoint service name. - --aws.endpoint-service-region string AWS endpoint service region. - -c, --cluster-id string The cluster ID. - --display-name string Display name for the private link connection. - -h, --help help for create - --type string Type of the private link connection, one of ["AWS_ENDPOINT_SERVICE" "ALICLOUD_ENDPOINT_SERVICE"] + --alicloud.endpoint-service-name string Alicloud endpoint service name. + --aws.endpoint-service-name string AWS endpoint service name. + --aws.endpoint-service-region string AWS endpoint service region. + -c, --cluster-id string The cluster ID. + --display-name string Display name for the private link connection. + -h, --help help for create + --type string Type of the private link connection, one of ["AWS_ENDPOINT_SERVICE" "ALICLOUD_ENDPOINT_SERVICE"] ``` ### Options inherited from parent commands diff --git a/internal/flag/flag.go b/internal/flag/flag.go index 0d9180ad..6c429080 100644 --- a/internal/flag/flag.go +++ b/internal/flag/flag.go @@ -123,7 +123,7 @@ const ( PrivateLinkConnectionType string = "type" AWSEndpointServiceName string = "aws.endpoint-service-name" AWSEndpointServiceRegion string = "aws.endpoint-service-region" - AlicloudEndpointServiceName string = "alicloud.endpoint-servicename" + AlicloudEndpointServiceName string = "alicloud.endpoint-service-name" ) const OutputHelp = "Output format, one of [\"human\" \"json\"]. For the complete result, please use json format."