removed extra hyphen in kubectl book

This commit is contained in:
Naoki Oketani 2019-07-05 23:43:59 +09:00
parent 915be28b61
commit 46bd04a1c3

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
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" %}