[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH] Add help text for 'uniq -i'
From:       Jody Bruchon <jody () jodybruchon ! com>
Date:       2017-03-30 16:29:03
Message-ID: 85443ba4-6dd5-2ee6-bb67-aa7c1e7555ab () jodybruchon ! com
[Download RAW message or body]

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.

["0001-Add-help-text-for-uniq-i.patch" (text/plain)]

From 653b0410685813d223acfdd62cc989e1cd8a555e Mon Sep 17 00:00:00 2001
From: Jody Bruchon <jody@jodybruchon.com>
Date: Thu, 30 Mar 2017 12:24:56 -0400
Subject: [PATCH] Add help text for 'uniq -i'

Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
---
 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
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic