Skip to content

Commit 8e02089

Browse files
authored
Merge pull request #2067 from jiahao/jiahao/addons_list-grammar
addons_list.go: fix grammar in help string
2 parents 9cc0597 + 8c78239 commit 8e02089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/minikube/cmd/config/addons_list.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ type AddonListTemplate struct {
3636

3737
var addonsListCmd = &cobra.Command{
3838
Use: "list",
39-
Short: "Lists all available minikube addons as well as there current status (enabled/disabled)",
40-
Long: "Lists all available minikube addons as well as there current status (enabled/disabled)",
39+
Short: "Lists all available minikube addons as well as their current statuses (enabled/disabled)",
40+
Long: "Lists all available minikube addons as well as their current statuses (enabled/disabled)",
4141
Run: func(cmd *cobra.Command, args []string) {
4242
if len(args) != 0 {
4343
fmt.Fprintln(os.Stderr, "usage: minikube addons list")

0 commit comments

Comments
 (0)