diff --git a/tool/kratos/new.go b/tool/kratos/new.go index 8f9325f5d..280905962 100644 --- a/tool/kratos/new.go +++ b/tool/kratos/new.go @@ -11,7 +11,7 @@ import ( func runNew(ctx *cli.Context) error { if len(ctx.Args()) == 0 { - return errors.New("required project name") + return errors.New("project name required, please enter a project name you want to create") } p.Name = ctx.Args()[0]