chhore: fix usage typo (#1797)
This commit is contained in:
@@ -139,7 +139,7 @@ var commands = []cli.Command{
|
|||||||
{
|
{
|
||||||
Name: "new",
|
Name: "new",
|
||||||
Usage: "fast create api service",
|
Usage: "fast create api service",
|
||||||
UsageText: "example: goctl api new [options] server_name",
|
UsageText: "example: goctl api new [options] service-name",
|
||||||
Action: new.CreateServiceCommand,
|
Action: new.CreateServiceCommand,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
@@ -514,7 +514,7 @@ var commands = []cli.Command{
|
|||||||
{
|
{
|
||||||
Name: "new",
|
Name: "new",
|
||||||
Usage: `generate rpc demo service`,
|
Usage: `generate rpc demo service`,
|
||||||
UsageText: "example: goctl rpc new [options] service_name",
|
UsageText: "example: goctl rpc new [options] service-name",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "style",
|
Name: "style",
|
||||||
|
|||||||
Reference in New Issue
Block a user