mirror of https://github.com/kubernetes/kops.git
Fix typo: export -> expose
This commit is contained in:
parent
dbe83193cf
commit
964099155b
|
@ -28,7 +28,7 @@ func init() {
|
|||
Short: "Expose secrets",
|
||||
Long: `Expose secrets.`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
exitWithError(fmt.Errorf("The 'secrets export' command has been replaced by 'get secrets -oplaintext'"))
|
||||
exitWithError(fmt.Errorf("The 'secrets expose' command has been replaced by 'get secrets -oplaintext'"))
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue