summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-29 12:26:35 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commit3ba01db0aba93aaf6e377f8ae54e6c47201bd3ba (patch)
tree0acaf64c164605be45cca266576924365990f883 /text-utils/column.1
parentcolumn: rename options (diff)
downloadkernel-qcow2-util-linux-3ba01db0aba93aaf6e377f8ae54e6c47201bd3ba.tar.gz
kernel-qcow2-util-linux-3ba01db0aba93aaf6e377f8ae54e6c47201bd3ba.tar.xz
kernel-qcow2-util-linux-3ba01db0aba93aaf6e377f8ae54e6c47201bd3ba.zip
column: add --table-truncate
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.15
1 files changed, 5 insertions, 0 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index fa1540b83..ca33c1ef5 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -66,6 +66,11 @@ for the table header or to addres column in option arguments.
.IP "\fB\-R, \-\-table-right\fP \fIcolumns\fP"
Right align text in the specified columns. The \fIcolumns\fP is comma separated
list of the column names (see \fB\-\-table-columns\fP) or column number.
+.IP "\fB\-T, \-\-table-truncate\fP \fIcolumns\fP"
+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\-n, \-\-table-name\fP \fIname\fP"
Specify the table name used for JSON output. The defaout is "table".
.IP "\fB\-x, \-\-fillrows\fP"