Skip to content

Commit 9f38f2e

Browse files
authored
Fix plc typo (#313)
1 parent c666594 commit 9f38f2e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/generate_doc/ticloud_serverless_private-link-connection_create.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ ticloud serverless private-link-connection create [flags]
2222
### Options
2323

2424
```
25-
--alicloud.endpoint-servicename string Alicloud endpoint service name.
26-
--aws.endpoint-service-name string AWS endpoint service name.
27-
--aws.endpoint-service-region string AWS endpoint service region.
28-
-c, --cluster-id string The cluster ID.
29-
--display-name string Display name for the private link connection.
30-
-h, --help help for create
31-
--type string Type of the private link connection, one of ["AWS_ENDPOINT_SERVICE" "ALICLOUD_ENDPOINT_SERVICE"]
25+
--alicloud.endpoint-service-name string Alicloud endpoint service name.
26+
--aws.endpoint-service-name string AWS endpoint service name.
27+
--aws.endpoint-service-region string AWS endpoint service region.
28+
-c, --cluster-id string The cluster ID.
29+
--display-name string Display name for the private link connection.
30+
-h, --help help for create
31+
--type string Type of the private link connection, one of ["AWS_ENDPOINT_SERVICE" "ALICLOUD_ENDPOINT_SERVICE"]
3232
```
3333

3434
### Options inherited from parent commands

internal/flag/flag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const (
123123
PrivateLinkConnectionType string = "type"
124124
AWSEndpointServiceName string = "aws.endpoint-service-name"
125125
AWSEndpointServiceRegion string = "aws.endpoint-service-region"
126-
AlicloudEndpointServiceName string = "alicloud.endpoint-servicename"
126+
AlicloudEndpointServiceName string = "alicloud.endpoint-service-name"
127127
)
128128

129129
const OutputHelp = "Output format, one of [\"human\" \"json\"]. For the complete result, please use json format."

0 commit comments

Comments
 (0)