From 2f456da350b56746fc8121fb919e05a3f1e5b147 Mon Sep 17 00:00:00 2001 From: Renich Bon Ciric Date: Fri, 10 May 2019 08:39:57 -0500 Subject: [PATCH] Fix bad for in short options (#14253) This one fixes issue #14211. I just replaced `-o=parameter` instances with `-o parameter`. --- content/en/docs/reference/kubectl/overview.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index de8fbc436a..25d39a4e02 100644 --- a/content/en/docs/reference/kubectl/overview.md +++ b/content/en/docs/reference/kubectl/overview.md @@ -166,48 +166,48 @@ The default output format for all `kubectl` commands is the human readable plain #### Syntax ```shell -kubectl [command] [TYPE] [NAME] -o= +kubectl [command] [TYPE] [NAME] -o ``` Depending on the `kubectl` operation, the following output formats are supported: Output format | Description --------------| ----------- -`-o=custom-columns=` | Print a table using a comma separated list of [custom columns](#custom-columns). -`-o=custom-columns-file=` | Print a table using the [custom columns](#custom-columns) template in the `` file. -`-o=json` | Output a JSON formatted API object. -`-o=jsonpath=