summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-29 12:38:52 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commit1ae24ec2390055b41191e32a20787bda3d0e9c1e (patch)
tree80378b953fb3d3e6373c1f2e535e268a7c2bfaec /text-utils/column.1
parentcolumn: add --table-truncate (diff)
downloadkernel-qcow2-util-linux-1ae24ec2390055b41191e32a20787bda3d0e9c1e.tar.gz
kernel-qcow2-util-linux-1ae24ec2390055b41191e32a20787bda3d0e9c1e.tar.xz
kernel-qcow2-util-linux-1ae24ec2390055b41191e32a20787bda3d0e9c1e.zip
column: add --table-noextreme
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.16
1 files changed, 6 insertions, 0 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index ca33c1ef5..8117b6bf9 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -71,6 +71,12 @@ Specify columns where is allowed to truncate text when necessary, otherwise
very long table entries may be printed on multiple lines. The \fIcolumns\fP is
comma separated list of the column names (see \fB\-\-table-columns\fP) or
column number.
+.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. The \fIcolumns\fP is
+comma separated list of the column names (see \fB\-\-table-columns\fP) or
+column number.
.IP "\fB\-n, \-\-table-name\fP \fIname\fP"
Specify the table name used for JSON output. The defaout is "table".
.IP "\fB\-x, \-\-fillrows\fP"