diff --git a/cmd/commands/restart.go b/cmd/commands/restart.go index 5b8ec8d..8de1ec3 100644 --- a/cmd/commands/restart.go +++ b/cmd/commands/restart.go @@ -12,7 +12,7 @@ import ( var restartCmd = &cobra.Command{ Use: "restart", - Short: " 更新一个微服务服务,并重启该服务.", + Short: " 更新一个微服务的服务,并重启该服务.", Run: func(cmd *cobra.Command, args []string) { if len(args) != 1 { fmt.Println("Update a microservice service and restart it!")