summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-11-13 12:56:21 +0100
committerKarel Zak2017-11-13 12:56:21 +0100
commit785e5436458abe220f08c086a13f333f093b2167 (patch)
tree38bc0ff02308b8d3e1d6f4d53364308353adae0b /text-utils/column.1
parentMerge branch 'udf' of https://github.com/pali/util-linux (diff)
downloadkernel-qcow2-util-linux-785e5436458abe220f08c086a13f333f093b2167.tar.gz
kernel-qcow2-util-linux-785e5436458abe220f08c086a13f333f093b2167.tar.xz
kernel-qcow2-util-linux-785e5436458abe220f08c086a13f333f093b2167.zip
column: add --table-noheadings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.12
1 files changed, 2 insertions, 0 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index 6baa0464a..3bcd0f086 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -68,6 +68,8 @@ Use JSON output format to print the table, the option
Output is formatted to a width specified as number of characters. The original
name of this option is --columns; this name is deprecated since v2.30. Note that input
longer than \fIwidth\fP is not truncated by default.
+.IP "\fB\-d, \-\-table\-noheadings\fP"
+Do not print header. This option allows to use logical column names on command line, but keep the header hidden when print the table.
.IP "\fB\-o, \-\-output\-separator\fP \fIstring\fP"
Specify the columns delimiter for table output (default is two spaces).
.IP "\fB\-s, \-\-separator\fP \fIseparators\fP"