Skip to content

Commit

Permalink
fix: optimize flag intro
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Apr 7, 2023
1 parent 1a85d6e commit 54540de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/goctl/internal/flags/default_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54540de

Please sign in to comment.