summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanet Kuo <chiachenk@google.com>2016-01-28 19:22:16 -0800
committerJanet Kuo <chiachenk@google.com>2016-01-28 20:11:59 -0800
commit20a715d36fdb09d7686c8e7e8f9432e7a1784956 (patch)
tree889cd0a40c01aca9e1e68e17766e28ea80d32ee0
parent1256768871a22dbb88d8111c690441ec6b09b0db (diff)
Update kubectl convention about title column
-rw-r--r--kubectl-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubectl-conventions.md b/kubectl-conventions.md
index a3a7b6f6..126fd71a 100644
--- a/kubectl-conventions.md
+++ b/kubectl-conventions.md
@@ -110,7 +110,7 @@ Updated: 8/27/2015
* However, affordances are made for simple parsing of `get` output
* Only errors should be directed to stderr
* `get` commands should output one row per resource, and one resource per row
- * Column titles and values should not contain spaces in order to facilitate commands that break lines into fields: cut, awk, etc.
+ * Column titles and values should not contain spaces in order to facilitate commands that break lines into fields: cut, awk, etc. Instead, use `-` as the word separator.
* By default, `get` output should fit within about 80 columns
* Eventually we could perhaps auto-detect width
* `-o wide` may be used to display additional columns