From 54540de44d83a8816b2c36ecfb2cdfe19ad047de Mon Sep 17 00:00:00 2001 From: Ryan Su Date: Fri, 7 Apr 2023 15:57:51 +0800 Subject: [PATCH] fix: optimize flag intro --- tools/goctl/internal/flags/default_en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/goctl/internal/flags/default_en.json b/tools/goctl/internal/flags/default_en.json index 458331864bc5..4e1d41671f81 100644 --- a/tools/goctl/internal/flags/default_en.json +++ b/tools/goctl/internal/flags/default_en.json @@ -51,8 +51,8 @@ "style": "{{.global.style}}", "casbin": "Whether to use the Casbin", "i18n": "Whether to use i18n", - "go_zero_version": "The go zero version used for migration. e.g. v1.5.0", - "tool_version": "The simple admin tool version version used for migration. e.g. v0.3.0", + "go_zero_version": "The go zero version used for replacement. e.g. v1.5.0, see [https://github.com/zeromicro/go-zero/releases]", + "tool_version": "The simple admin tool version version used for migration. e.g. v0.3.0, see [https://github.com/suyuan32/simple-admin-tools/releases]", "module_name": "The module name in go.mod. e.g. github.com/suyuan32/simple-admin-core", "trans_err": "Whether to translate the error", "port": "The service port exposed",