Commit 2a30ce65 authored by Joe Beda's avatar Joe Beda

Merge pull request #1932 from derekwaynecarr/fix_typo_kubectl

Fix typo in kubectl
parents b16a4c0c bce1c12e
...@@ -39,7 +39,7 @@ Examples: ...@@ -39,7 +39,7 @@ Examples:
<list all pods in ps output format> <list all pods in ps output format>
$ kubectl get replicationController 1234-56-7890-234234-456456 $ kubectl get replicationController 1234-56-7890-234234-456456
<list single repliaction controller in ps output format> <list single replication controller in ps output format>
$ kubectl get -f json pod 1234-56-7890-234234-456456 $ kubectl get -f json pod 1234-56-7890-234234-456456
<list single pod in json output format>`, <list single pod in json output format>`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment