[trivial]fix function name in comment

pull/6/head
Cao Shufeng 2017-06-09 11:26:06 +08:00
parent eed2a711e1
commit a70ec5ba40
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ type LogsOptions struct {
Out io.Writer
}
// NewCmdLog creates a new pod logs command
// NewCmdLogs creates a new pod logs command
func NewCmdLogs(f cmdutil.Factory, out io.Writer) *cobra.Command {
o := &LogsOptions{}
cmd := &cobra.Command{