Switch to long command option (#14422)

This commit is contained in:
Abubakar Siddiq Ango
2019-05-21 09:42:41 +02:00
committed by Kubernetes Prow Robot
parent 7aed682a89
commit 9e966b2e9d
@@ -82,7 +82,7 @@ pod/hostaliases-pod created
Examine a Pod IP and status:
```shell
kubectl get pod -o=wide
kubectl get pod --output=wide
```
```shell