Skip to content

Commit

Permalink
Merge pull request #4645 from josedonizetti/fix-profile-flag-indentation
Browse files Browse the repository at this point in the history
Fix profile flag documentation indentation
  • Loading branch information
medyagh authored Jul 3, 2019
2 parents e88e302 + 18d8ecf commit 68c546f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/minikube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ func setFlagsUsingViper() {
}

func init() {
RootCmd.PersistentFlags().StringP(config.MachineProfile, "p", constants.DefaultMachineName, `The name of the minikube VM being used.
This can be modified to allow for multiple minikube instances to be run independently`)
RootCmd.PersistentFlags().StringP(config.MachineProfile, "p", constants.DefaultMachineName, `The name of the minikube VM being used. This can be set to allow having multiple instances of minikube independently.`)
RootCmd.PersistentFlags().StringP(configCmd.Bootstrapper, "b", constants.DefaultClusterBootstrapper, "The name of the cluster bootstrapper that will set up the kubernetes cluster.")
RootCmd.AddCommand(configCmd.ConfigCmd)
RootCmd.AddCommand(configCmd.AddonsCmd)
Expand Down

0 comments on commit 68c546f

Please sign in to comment.