Skip to content

Commit 3b58b35

Browse files
authored
Merge pull request kubernetes#79852 from oke-py/fix-cmd
removed duplicated kubectl get
2 parents 3317805 + c335370 commit 3b58b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Get and Describe can accept **multiple Resource types and names**.
146146
{% sample lang="yaml" %}
147147

148148
```bash
149-
kubectl get kubectl get rc/web service/frontend pods/web-pod-13je7
149+
kubectl get rc/web service/frontend pods/web-pod-13je7
150150
```
151151

152152
{% endmethod %}

0 commit comments

Comments
 (0)