change to stderr

This commit is contained in:
lojies
2016-08-23 11:11:05 +08:00
parent f696fd4b5c
commit f21c37db64
4 changed files with 16 additions and 13 deletions

View File

@@ -273,7 +273,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
{
Message: "Troubleshooting and Debugging Commands:",
Commands: []*cobra.Command{
NewCmdDescribe(f, out),
NewCmdDescribe(f, out, err),
NewCmdLogs(f, out),
NewCmdAttach(f, in, out, err),
NewCmdExec(f, in, out, err),