This commit is contained in:
yanweidong 2024-03-22 16:19:56 +08:00
parent 78dbac4b2e
commit 2a0d754557
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
var restartCmd = &cobra.Command{
Use: "restart",
Short: "<ServiceKey> 更新一个微服务服务,并重启该服务.",
Short: "<ServiceKey> 更新一个微服务服务,并重启该服务.",
Run: func(cmd *cobra.Command, args []string) {
if len(args) != 1 {
fmt.Println("Update a microservice service and restart it!")