summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index aab9187ea..f33cc1447 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -121,9 +121,9 @@ int main(int argc, char **argv)
{
{ "help", 0, 0, 'h' },
{ "version", 0, 0, 'V' },
- { "columns", 0, 0, 'c' },
+ { "columns", 1, 0, 'c' },
{ "table", 0, 0, 't' },
- { "separator", 0, 0, 's' },
+ { "separator", 1, 0, 's' },
{ "fillrows", 0, 0, 'x' },
{ NULL, 0, 0, 0 },
};