Skip to content

Commit

Permalink
Merge pull request #1352 from warmchang/start
Browse files Browse the repository at this point in the history
Add the multi VM drives discription.
  • Loading branch information
r2d4 committed Apr 14, 2017
2 parents 570240c + 3b7615b commit cf20e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ var (
var startCmd = &cobra.Command{
Use: "start",
Short: "Starts a local kubernetes cluster.",
Long: `Starts a local kubernetes cluster using Virtualbox. This command
assumes you already have Virtualbox installed.`,
Long: `Starts a local kubernetes cluster using VM. This command
assumes you have already installed one of the VM drivers: virtualbox/vmwarefusion/kvm/xhyve/hyperv.`,
Run: runStart,
}

Expand Down

0 comments on commit cf20e54

Please sign in to comment.