Merge pull request #79844 from oke-py/remove-extra-hyphen

removed extra hyphen in kubectl book
This commit is contained in:
Kubernetes Prow Robot 2019-10-03 11:47:56 -07:00 committed by GitHub
commit 14344b57e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ kubectl get deployments -l app=nginx
By default Get and Describe will fetch resource in the default namespace or the namespace specified By default Get and Describe will fetch resource in the default namespace or the namespace specified
with `--namespace`. with `--namespace`.
The `---all-namespaces` flag will **fetch Resources from all namespaces**. The `--all-namespaces` flag will **fetch Resources from all namespaces**.
{% sample lang="yaml" %} {% sample lang="yaml" %}