summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-29 14:08:14 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commit166271a90bb8e8df90a7c63c5d059042f99dcbc1 (patch)
tree0256b0953afc8ab7522570ef05f6ec8df503c613 /text-utils/column.1
parentcolumn: fix typo (diff)
downloadkernel-qcow2-util-linux-166271a90bb8e8df90a7c63c5d059042f99dcbc1.tar.gz
kernel-qcow2-util-linux-166271a90bb8e8df90a7c63c5d059042f99dcbc1.tar.xz
kernel-qcow2-util-linux-166271a90bb8e8df90a7c63c5d059042f99dcbc1.zip
column: add --table-order
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.13
1 files changed, 3 insertions, 0 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index c11da134e..4add28471 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -84,6 +84,9 @@ necessary. The \fIcolumns\fP is comma separated list of the column names (see
.IP "\fB\-H, \-\-table-hide\fP \fIcolumns\fP"
Don't print specified columns. The \fIcolumns\fP is comma separated list of
the column names (see \fB\-\-table-columns\fP) or column number.
+.IP "\fB\-O, \-\-table-order\fP \fIcolumns\fP"
+Specify columns order on output. 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"