Skip to content

Commit 97643d2

Browse files
authored
Merge pull request kubernetes#2781 from chrislovecnm/delete-type-fix
Fixing typo and grammar
2 parents 7dc5155 + ed5ef17 commit 97643d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/kops/delete.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ type DeleteOptions struct {
4242

4343
var (
4444
delete_long = templates.LongDesc(i18n.T(`
45-
Delete Kubernetes clusters, instancegroups, and or secrets.
45+
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
4646
`))
4747

4848
delete_example = templates.Examples(i18n.T(`
49-
# Create a cluster using a manifest file
49+
# Delete a cluster using a manifest file
5050
kops delete -f my-cluster.yaml
5151
5252
# Delete a cluster in AWS.

docs/cli/kops_delete.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Delete clusters,instancegroups, or secrets.
55
### Synopsis
66

77

8-
Delete Kubernetes clusters, instancegroups, and or secrets.
8+
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
99

1010
```
1111
kops delete -f FILENAME [--yes]
@@ -14,7 +14,7 @@ kops delete -f FILENAME [--yes]
1414
### Examples
1515

1616
```
17-
# Create a cluster using a manifest file
17+
# Delete a cluster using a manifest file
1818
kops delete -f my-cluster.yaml
1919
2020
# Delete a cluster in AWS.

0 commit comments

Comments
 (0)