-output -> --output (#10897)

This commit is contained in:
Pingan
2018-11-06 15:54:35 +08:00
committed by k8s-ci-robot
parent f850885f4c
commit f922e3f2e9
@@ -135,7 +135,7 @@ Use the following sections for information about how you can format or sort the
### Formatting output
The default output format for all `kubectl` commands is the human readable plain-text format. 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.
The default output format for all `kubectl` commands is the human readable plain-text format. 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.
#### Syntax