fix(cmd): fix CmdAdd long message example (#2343)

pull/2357/head
180909 2 years ago committed by GitHub
parent e820b392e9
commit 39536d3279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/kratos/internal/proto/add/add.go

@ -15,7 +15,7 @@ import (
var CmdAdd = &cobra.Command{ var CmdAdd = &cobra.Command{
Use: "add", Use: "add",
Short: "Add a proto API template", 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, Run: run,
} }

Loading…
Cancel
Save