Correct '--output' flag in cheatsheet (#10758)
This commit is contained in:
parent
46c75bcf19
commit
034c600993
|
@ -282,7 +282,7 @@ kubectl api-resources --api-group=extensions # All resources in the "extensions"
|
|||
|
||||
### Formatting output
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Output format | Description
|
||||
--------------| -----------
|
||||
|
|
Loading…
Reference in New Issue