From 0c5820a98fcf134599d7d54a25ae78e3151d23ac Mon Sep 17 00:00:00 2001 From: Wuxuan Date: Wed, 29 Mar 2023 20:26:21 +0800 Subject: [PATCH] docs(aliyundrive_open): revised the sentence that may cause ambiguity (#3989) --- drivers/aliyundrive_open/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/aliyundrive_open/meta.go b/drivers/aliyundrive_open/meta.go index eee81f1e..9010ae0a 100644 --- a/drivers/aliyundrive_open/meta.go +++ b/drivers/aliyundrive_open/meta.go @@ -14,7 +14,7 @@ type Addition struct { ClientID string `json:"client_id" required:"false" help:"Keep it empty if you don't have one"` ClientSecret string `json:"client_secret" required:"false" help:"Keep it empty if you don't have one"` RemoveWay string `json:"remove_way" required:"true" type:"select" options:"trash,delete"` - InternalUpload bool `json:"internal_upload" help:"If you are using Aliyun ECS in Beijing, you can turn it on to boost the upload speed"` + InternalUpload bool `json:"internal_upload" help:"If you are using Aliyun ECS is located in Beijing, you can turn it on to boost the upload speed"` AccessToken string }