[git commit] Add help text for 'uniq -i'

Denys Vlasenko vda.linux at googlemail.com
Wed Apr 5 16:51:27 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=19578b4edf84927705cab33b9e3d39645461c69b
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Jody Bruchon <jody at jodybruchon.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/uniq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coreutils/uniq.c b/coreutils/uniq.c
index 1c23e1d..2b62ad3 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"
 //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"


More information about the busybox-cvs mailing list