diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 8ded895e73..3d2a703f0a 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -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 --------------| -----------