Merge pull request #8838 from angyvolin/fix-doc-typo

fix doc typo
pull/8852/head
Medya Ghazizadeh 2020-07-27 10:58:01 -07:00 committed by GitHub
commit f07a63cfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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