From baaebeb7ff05995c731760f7152df00c00dc1a1d Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Mon, 27 Jul 2015 22:57:55 -0700 Subject: [PATCH] Slightly clarify description for column. See #240. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7664dfa..b0dc200 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ A few examples of piecing together commands: - `fold`: wrap lines of text -- `column`: format text into fixed-width columns or tables +- `column`: format text fields into aligned, fixed-width columns or tables - `expand` and `unexpand`: convert between tabs and spaces