Looks like I missed the help text in the last patch. This time I've attached it in a way that shouldn't mangle the tabs.
From 653b0410685813d223acfdd62cc989e1cd8a555e Mon Sep 17 00:00:00 2001
From: Jody Bruchon <[email protected]>
Date: Thu, 30 Mar 2017 12:24:56 -0400
Subject: [PATCH] Add help text for 'uniq -i'

Signed-off-by: Jody Bruchon <[email protected]>
---
 coreutils/uniq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coreutils/uniq.c b/coreutils/uniq.c
index 1c23e1d..e752630 100644
--- a/coreutils/uniq.c
+++ b/coreutils/uniq.c
@@ -26,6 +26,7 @@
 //usage:     "\n       -c      Prefix lines by the number of occurrences"
 //usage:     "\n       -d      Only print duplicate lines"
 //usage:     "\n       -u      Only print unique lines"
+//usage:     "\n       -i      Ignore case when comparing lines"
 //usage:     "\n       -f N    Skip first N fields"
 //usage:     "\n       -s N    Skip first N chars (after any skipped fields)"
 //usage:     "\n       -w N    Compare N characters in line"
-- 
2.2.1

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to