diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md index bc0bbd35bc2..45f8aabebef 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md @@ -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" %}