From 034c600993c618d0c809e0a4206b5156fe20d31f Mon Sep 17 00:00:00 2001 From: Sapphire Mason-Brown Date: Tue, 30 Oct 2018 17:02:31 +0000 Subject: [PATCH] Correct '--output' flag in cheatsheet (#10758) --- content/en/docs/reference/kubectl/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------| -----------