fix doc typo
parent
d546ea1b5c
commit
1070bb5267
|
@ -30,7 +30,7 @@ import (
|
|||
// ProfileCmd represents the profile command
|
||||
var ProfileCmd = &cobra.Command{
|
||||
Use: "profile [MINIKUBE_PROFILE_NAME]. You can return to the default minikube profile by running `minikube profile default`",
|
||||
Short: "Get or list the the current profiles (clusters)",
|
||||
Short: "Get or list the current profiles (clusters)",
|
||||
Long: "profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running `minikube profile default`",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
if len(args) == 0 {
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: "profile"
|
||||
description: >
|
||||
Get or list the the current profiles (clusters)
|
||||
Get or list the current profiles (clusters)
|
||||
---
|
||||
|
||||
|
||||
|
||||
## minikube profile
|
||||
|
||||
Get or list the the current profiles (clusters)
|
||||
Get or list the current profiles (clusters)
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
|
Loading…
Reference in New Issue