Fixing typo and grammar

This commit is contained in:
chrislovecnm 2017-06-20 11:37:33 -06:00
parent f75ea400a3
commit ed5ef173ee
2 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@ type DeleteOptions struct {
var (
delete_long = templates.LongDesc(i18n.T(`
Delete Kubernetes clusters, instancegroups, and or secrets.
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
`))
delete_example = templates.Examples(i18n.T(`
# Create a cluster using a manifest file
# Delete a cluster using a manifest file
kops delete -f my-cluster.yaml
# Delete a cluster in AWS.

View File

@ -5,7 +5,7 @@ Delete clusters,instancegroups, or secrets.
### Synopsis
Delete Kubernetes clusters, instancegroups, and or secrets.
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
```
kops delete -f FILENAME [--yes]
@ -14,7 +14,7 @@ kops delete -f FILENAME [--yes]
### Examples
```
# Create a cluster using a manifest file
# Delete a cluster using a manifest file
kops delete -f my-cluster.yaml
# Delete a cluster in AWS.