dev
This commit is contained in:
parent
78dbac4b2e
commit
2a0d754557
|
@ -12,7 +12,7 @@ import (
|
||||||
|
|
||||||
var restartCmd = &cobra.Command{
|
var restartCmd = &cobra.Command{
|
||||||
Use: "restart",
|
Use: "restart",
|
||||||
Short: "<ServiceKey> 更新一个微服务服务,并重启该服务.",
|
Short: "<ServiceKey> 更新一个微服务的服务,并重启该服务.",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
if len(args) != 1 {
|
if len(args) != 1 {
|
||||||
fmt.Println("Update a microservice service and restart it!")
|
fmt.Println("Update a microservice service and restart it!")
|
||||||
|
|
Loading…
Reference in New Issue