From ba2bdb1e37865d95e0bd5bd9687908b2a214aea5 Mon Sep 17 00:00:00 2001 From: allencloud Date: Wed, 2 Nov 2016 15:53:18 +0800 Subject: [PATCH] add replicated in service scale command description Signed-off-by: allencloud Upstream-commit: 39e34ed1a39d491096b5dc3e29aa760e7f442bcb Component: cli --- components/cli/command/service/scale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/command/service/scale.go b/components/cli/command/service/scale.go index 61b73bc354..ea30265bd7 100644 --- a/components/cli/command/service/scale.go +++ b/components/cli/command/service/scale.go @@ -16,7 +16,7 @@ import ( func newScaleCommand(dockerCli *command.DockerCli) *cobra.Command { return &cobra.Command{ Use: "scale SERVICE=REPLICAS [SERVICE=REPLICAS...]", - Short: "Scale one or multiple services", + Short: "Scale one or multiple replicated services", Args: scaleArgs, RunE: func(cmd *cobra.Command, args []string) error { return runScale(dockerCli, args)