mirror of https://github.com/kubernetes/kops.git
Merge pull request #462 from justinsb/fix_405
Fix help text for `kops edit`
This commit is contained in:
commit
d9c2f60172
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue