Skip to content

Commit

Permalink
Merge pull request #3193 from orrchen/master
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

resolve #3169
  • Loading branch information
Kubernetes Submit Queue authored Aug 14, 2017
2 parents b7331ac + 43020af commit 74d0e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/kops/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
# Validate a cluster.
# This command uses the currently selected kops cluster as
# set by the kubectl config.
kubernetes validate cluster`))
kops validate cluster`))

validate_short = i18n.T(`Validate a kops cluster.`)
)
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This commands validates the following components:
# Validate a cluster.
# This command uses the currently selected kops cluster as
# set by the kubectl config.
kubernetes validate cluster
kops validate cluster
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_validate_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kops validate cluster
# Validate a cluster.
# This command uses the currently selected kops cluster as
# set by the kubectl config.
kubernetes validate cluster
kops validate cluster
```

### Options inherited from parent commands
Expand Down

0 comments on commit 74d0e21

Please sign in to comment.