summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-06 12:57:24 +0100
committerKarel Zak2017-05-02 12:18:00 +0200
commitdbed2f8c6313c28b4926bfad7596e51885736e00 (patch)
tree2ffc631942904d3efa62382b9535fbb51c356a62 /text-utils/column.1
parentcolumn: use err_exclusive_options() (diff)
downloadkernel-qcow2-util-linux-dbed2f8c6313c28b4926bfad7596e51885736e00.tar.gz
kernel-qcow2-util-linux-dbed2f8c6313c28b4926bfad7596e51885736e00.tar.xz
kernel-qcow2-util-linux-dbed2f8c6313c28b4926bfad7596e51885736e00.zip
column: add --table-colright
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 1dd1f8d99..b1e5fd885 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -63,6 +63,9 @@ Table output is useful for pretty-printing.
.IP "\fB\-N, \-\-table-colnames\fP \fInames\fP"
Specify the columns names by comma separated list of names. The names are used
for the table header.
+.IP "\fB\-R, \-\-table-colright\fP \fIcolumns\fP"
+Right align text in the specified columns. The \fIcolumns\fP is comma separated
+list of the column names (see \fB\-\-table-colnames\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"