summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-03-29 12:00:48 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commit01e335c9e49707e3361c1e15cfe712ac0958133f (patch)
treea164727244d41eef41d841ac825c63f57fd90263 /text-utils/column.1
parentcolumn: fix greedy initialization (diff)
downloadkernel-qcow2-util-linux-01e335c9e49707e3361c1e15cfe712ac0958133f.tar.gz
kernel-qcow2-util-linux-01e335c9e49707e3361c1e15cfe712ac0958133f.tar.xz
kernel-qcow2-util-linux-01e335c9e49707e3361c1e15cfe712ac0958133f.zip
column: rename options
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.18
1 files changed, 4 insertions, 4 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index b1e5fd885..fa1540b83 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -60,12 +60,12 @@ Determine the number of columns the input contains and create a table.
Columns are delimited with whitespace, by default, or with the characters
supplied using the \fB\-\-output\-separator\fP option.
Table output is useful for pretty-printing.
-.IP "\fB\-N, \-\-table-colnames\fP \fInames\fP"
+.IP "\fB\-N, \-\-table-columns\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"
+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-colnames\fP) or column number.
+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"