summaryrefslogtreecommitdiffstats
path: root/source/a/util-linux/column-fix_long_opts.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/util-linux/column-fix_long_opts.diff')
-rw-r--r--source/a/util-linux/column-fix_long_opts.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/a/util-linux/column-fix_long_opts.diff b/source/a/util-linux/column-fix_long_opts.diff
new file mode 100644
index 000000000..e5215db7b
--- /dev/null
+++ b/source/a/util-linux/column-fix_long_opts.diff
@@ -0,0 +1,15 @@
+diff -Naur util-linux-2.21.2/text-utils/column.c util-linux-2.21.2.patched//text-utils/column.c
+--- util-linux-2.21.2/text-utils/column.c 2012-05-25 05:44:59.000000000 -0400
++++ util-linux-2.21.2.patched//text-utils/column.c 2012-08-14 05:22:17.000000000 -0400
+@@ -121,9 +121,9 @@
+ {
+ { "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 },
+ };