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
|
// editCmd represents the edit command
|
||||||
var editCmd = &cobra.Command{
|
var editCmd = &cobra.Command{
|
||||||
Use: "edit",
|
Use: "edit",
|
||||||
Short: "edit clusters",
|
Short: "edit items",
|
||||||
Long: `edit clusters`,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue