diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index de8fbc436af5b..25d39a4e02df5 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=