In error, the first letter is low-case letter

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
YuPengZTE
2016-09-08 19:32:37 +08:00
parent cbd2a21e63
commit 9b3a79bfd1
4 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ func (hk *HyperKube) Run(args []string) error {
baseCommand = baseCommand + " " + serverName
args = args[1:]
} else {
err = errors.New("No server specified")
err = errors.New("no server specified")
hk.Printf("Error: %v\n\n", err)
hk.Usage()
return err