Skip to content

Commit

Permalink
Shorten long text
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed May 7, 2020
1 parent 436cee2 commit eefcc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var viperWhiteList = []string{
var RootCmd = &cobra.Command{
Use: "minikube",
Short: "minikube quickly sets up a local Kubernetes cluster",
Long: `minikube is a tool that provisions and manages local Kubernetes clusters optimized for development workflows.`,
Long: `minikube provisions and manages local Kubernetes clusters optimized for development workflows.`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
for _, path := range dirs {
if err := os.MkdirAll(path, 0777); err != nil {
Expand Down

0 comments on commit eefcc04

Please sign in to comment.