Update cmd/minikube/cmd/root.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/16852/head
parent
67c3d13f1f
commit
164a522b60
|
@ -140,7 +140,7 @@ func Execute() {
|
|||
}
|
||||
}
|
||||
|
||||
visitAllCommand(RootCmd, func(c *cobra.Command) {
|
||||
applyToAllCommands(RootCmd, func(c *cobra.Command) {
|
||||
c.Short = translate.T(c.Short)
|
||||
c.Long = translate.T(c.Long)
|
||||
c.Flags().VisitAll(func(f *pflag.Flag) {
|
||||
|
|
Loading…
Reference in New Issue