From f922e3f2e9e3308204e5c1dfee6b797283f09166 Mon Sep 17 00:00:00 2001 From: Pingan Date: Tue, 6 Nov 2018 15:54:35 +0800 Subject: [PATCH] -output -> --output (#10897) --- content/en/docs/reference/kubectl/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index ca50170576..76f208f40e 100644 --- a/content/en/docs/reference/kubectl/overview.md +++ b/content/en/docs/reference/kubectl/overview.md @@ -135,7 +135,7 @@ Use the following sections for information about how you can format or sort the ### Formatting output -The default output format for all `kubectl` commands is the human readable plain-text format. To output details to your terminal window in a specific format, you can add either the `-o` or `-output` flags to a supported `kubectl` command. +The default output format for all `kubectl` commands is the human readable plain-text format. To output details to your terminal window in a specific format, you can add either the `-o` or `--output` flags to a supported `kubectl` command. #### Syntax