From 50174960e4b76c3eee06c2dd8b39780c26fccc76 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Wed, 2 Feb 2022 22:02:08 +0800 Subject: [PATCH] chore: update command comment (#1501) --- tools/goctl/model/mongo/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/model/mongo/readme.md b/tools/goctl/model/mongo/readme.md index 2f6d53f7f..9e2bb80e2 100644 --- a/tools/goctl/model/mongo/readme.md +++ b/tools/goctl/model/mongo/readme.md @@ -196,7 +196,7 @@ OPTIONS: --type value, -t value specified model type name --cache, -c generate code with cache [optional] --dir value, -d value the target dir - --style value the file naming format, see [https://github.com/tal-tech/go-zero/tree/master/tools/goctl/config/readme.md] + --style value the file naming format, see [https://github.com/zeromicro/go-zero/tree/master/tools/goctl/config/readme.md] ```