Update cmd/minikube/cmd/root.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/16852/head
AiYijing 2023-07-13 06:39:32 +08:00 committed by GitHub
parent 67c3d13f1f
commit 164a522b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {