summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.14
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index 73f522c39..2e7bad9e9 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -47,14 +47,14 @@ otherwise from standard input. Empty lines are ignored.
.SH OPTIONS
.IP "\fB\-c, \-\-columns\fP \fIwidth\fP"
Output is formatted to a width specified as number of characters.
-.IP "\fB\-o, \-\-output-separator\fP \fIstring\fP"
+.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"
Specify the possible input item delimiters (default is whitespace).
.IP "\fB\-t, \-\-table\fP"
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.
+supplied using the \fB\-\-output\-separator\fP option.
Table output is useful for pretty-printing.
.IP "\fB\-x, \-\-fillrows\fP"
Fill columns before filling rows.