From fa25e29cbfe9ee1799530d1f8f3fc175333616c9 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Thu, 28 Jan 2016 19:22:16 -0800 Subject: [PATCH] Update kubectl convention about title column --- docs/devel/kubectl-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/kubectl-conventions.md b/docs/devel/kubectl-conventions.md index a3a7b6f65ae..126fd71aaf5 100644 --- a/docs/devel/kubectl-conventions.md +++ b/docs/devel/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