Merge pull request #1932 from derekwaynecarr/fix_typo_kubectl

Fix typo in kubectl
This commit is contained in:
Joe Beda 2014-10-21 14:55:20 -07:00
commit 2a30ce65c5

View File

@ -39,7 +39,7 @@ Examples:
<list all pods in ps output format>
$ 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
<list single pod in json output format>`,