Skip to content

Commit 46bd04a

Browse files
committed
removed extra hyphen in kubectl book
1 parent 915be28 commit 46bd04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/queries_and_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ kubectl get deployments -l app=nginx
113113
By default Get and Describe will fetch resource in the default namespace or the namespace specified
114114
with `--namespace`.
115115

116-
The `---all-namespaces` flag will **fetch Resources from all namespaces**.
116+
The `--all-namespaces` flag will **fetch Resources from all namespaces**.
117117

118118
{% sample lang="yaml" %}
119119

0 commit comments

Comments
 (0)