Address comments.

This commit is contained in:
Brendan Burns
2016-08-30 22:17:53 -07:00
parent 155fb9f4be
commit d1fa7ff7a8
4 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ func RunScale(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []stri
count := cmdutil.GetFlagInt(cmd, "replicas")
if count < 0 {
return cmdutil.UsageError(cmd, "The --replicas=<count> flag is required, and <count> must be greater than or equal to 0")
return cmdutil.UsageError(cmd, "The --replicas=COUNT flag is required, and COUNT must be greater than or equal to 0")
}
infos := []*resource.Info{}