From: Jody Bruchon Date: Thu, 30 Mar 2017 16:24:56 +0000 (-0400) Subject: Add help text for 'uniq -i' X-Git-Tag: 1_27_0~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19578b4edf84927705cab33b9e3d39645461c69b;p=oweals%2Fbusybox.git Add help text for 'uniq -i' Signed-off-by: Jody Bruchon Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 1c23e1d08..2b62ad3ae 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"