fix doc typo

pull/8838/head
Andrii Volin 2020-07-25 12:26:37 +03:00
parent d546ea1b5c
commit 1070bb5267
2 changed files with 3 additions and 3 deletions

View File

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

View File

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