Cleanup logs command

use 'logs' instead of 'log'
This commit is contained in:
hurf
2015-11-24 10:05:45 +08:00
parent 4a9b0fc715
commit 91ad5b4ec3
3 changed files with 14 additions and 14 deletions

View File

@@ -157,7 +157,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
cmds.AddCommand(NewCmdApply(f, out))
cmds.AddCommand(NewCmdNamespace(out))
cmds.AddCommand(NewCmdLog(f, out))
cmds.AddCommand(NewCmdLogs(f, out))
cmds.AddCommand(NewCmdRollingUpdate(f, out))
cmds.AddCommand(NewCmdScale(f, out))