Merge pull request #27979 from allencloud/more-specific-in-service-scale-description

add replicated in service scale command description
Upstream-commit: e279ecacc5
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2016-11-02 18:01:59 -07:00
committed by GitHub

View File

@ -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)