summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-04-03 14:43:13 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commitc728e00012abe988d085f60d0325deb1654eaa07 (patch)
tree20594ea6a63a9779648f854447c12fd1f3994742 /text-utils/column.1
parentcolumn: add support for trees (diff)
downloadkernel-qcow2-util-linux-c728e00012abe988d085f60d0325deb1654eaa07.tar.gz
kernel-qcow2-util-linux-c728e00012abe988d085f60d0325deb1654eaa07.tar.xz
kernel-qcow2-util-linux-c728e00012abe988d085f60d0325deb1654eaa07.zip
column: use NOEXTREMES for the last column
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.14
1 files changed, 3 insertions, 1 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index d138ec613..25fa7bab6 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -87,7 +87,9 @@ very long table entries may be printed on multiple lines.
.IP "\fB\-E, \-\-table-noextreme\fP \fIcolumns\fP"
Specify columns where is possible to ignore unusually long (longer than
average) cells when calculate column width. The option has impact to the width
-calculation, but the printed text is not affected.
+calculation and table formatting, but the printed text is not affected.
+
+The option is used for the last visible column by default.
.IP "\fB\-W, \-\-table-wrap\fP \fIcolumns\fP"
Specify columns where is possible to use multi-line cell for long text when
necessary.