Skip to content

Commit

Permalink
fix: correct message of CmdServer (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
starmilkxin authored Mar 13, 2023
1 parent 7eca8f8 commit 6602dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kratos/internal/proto/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
var CmdServer = &cobra.Command{
Use: "server",
Short: "Generate the proto Server implementations",
Long: "Generate the proto Server implementations. Example: kratos proto server api/xxx.proto -target-dir=internal/service",
Long: "Generate the proto Server implementations. Example: kratos proto server api/xxx.proto --target-dir=internal/service",
Run: run,
}
var targetDir string
Expand Down

0 comments on commit 6602dc3

Please sign in to comment.