Merge pull request #462 from justinsb/fix_405

Fix help text for `kops edit`
This commit is contained in:
Justin Santa Barbara 2016-09-19 10:57:12 -04:00 committed by GitHub
commit d9c2f60172
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ import (
// editCmd represents the edit command
var editCmd = &cobra.Command{
Use: "edit",
Short: "edit clusters",
Long: `edit clusters`,
Short: "edit items",
}
func init() {