summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
authorKarel Zak2017-01-17 13:11:27 +0100
committerKarel Zak2017-01-17 13:14:05 +0100
commitd7a3bf949bee912a9bb0a1cf8542eeeb6a69aa46 (patch)
tree9d69075c081ebfa501b618c244951ecf77a3f9ca /text-utils/column.1
parentlast: use --time-format instruction when printing wtmp creation time (diff)
downloadkernel-qcow2-util-linux-d7a3bf949bee912a9bb0a1cf8542eeeb6a69aa46.tar.gz
kernel-qcow2-util-linux-d7a3bf949bee912a9bb0a1cf8542eeeb6a69aa46.tar.xz
kernel-qcow2-util-linux-d7a3bf949bee912a9bb0a1cf8542eeeb6a69aa46.zip
column: rename --columns to --output-width
* rename to use less confusing option name * cleanup usage() * update man page Addresses: https://github.com/karelzak/util-linux/pull/327 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.17
1 files changed, 4 insertions, 3 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index 524678224..5c6f36add 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -31,7 +31,7 @@
.\"
.\" @(#)column.1 8.1 (Berkeley) 6/6/93
.\"
-.TH COLUMN 1 "July 2014" "util-linux" "User Commands"
+.TH COLUMN 1 "January 2017" "util-linux" "User Commands"
.SH NAME
column \- columnate lists
.SH SYNOPSIS
@@ -45,8 +45,9 @@ are filled before columns. Input is taken from \fIfile\fR, or
otherwise from standard input. Empty lines are ignored.
.PP
.SH OPTIONS
-.IP "\fB\-c, \-\-columns\fP \fIwidth\fP"
-Output is formatted to a width specified as number of characters.
+.IP "\fB\-c, \-\-output\-width\fP \fIwidth\fP"
+Output is formatted to a width specified as number of characters. The original
+name of this option is --columns; this name deprecated since v2.30.
.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"