mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-14 02:33:03 +02:00
fix(cmd): fix CmdAdd long message example (#2343)
This commit is contained in:
parent
e820b392e9
commit
39536d3279
@ -15,7 +15,7 @@ import (
|
||||
var CmdAdd = &cobra.Command{
|
||||
Use: "add",
|
||||
Short: "Add a proto API template",
|
||||
Long: "Add a proto API template. Example: kratos add helloworld/v1/hello.proto",
|
||||
Long: "Add a proto API template. Example: kratos proto add helloworld/v1/hello.proto",
|
||||
Run: run,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user