respond to luxas's feedback

pull/6/head
Cole Mickens 2017-10-27 10:55:41 -07:00
parent f1c12f8b13
commit 598d1f4e43
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
Copyright 2015 The Kubernetes Authors. Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -176,7 +176,7 @@ func (hk *HyperKube) Run(args []string, stopCh <-chan struct{}) error {
if len(args) > 0 && len(args[0]) > 0 { if len(args) > 0 && len(args[0]) > 0 {
serverName = args[0] serverName = args[0]
args = args[1:] args = args[1:]
hk.Printf("Warning: alpha command syntax is unable!\n\n") hk.Printf("Warning: alpha command syntax is unstable!\n\n")
} else { } else {
err = errors.New("no alpha server specified") err = errors.New("no alpha server specified")
hk.Printf("Error: %v\n\n", err) hk.Printf("Error: %v\n\n", err)