-output -> --output (#10897)
This commit is contained in:
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue