Add help text for 'uniq -i'
authorJody Bruchon <jody@jodybruchon.com>
Thu, 30 Mar 2017 16:24:56 +0000 (12:24 -0400)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Apr 2017 16:51:27 +0000 (18:51 +0200)
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/uniq.c

index 1c23e1d08be6f570ebce5a16e8f221607941cc0b..2b62ad3aed93349a4842e05c37b644bbb48d944a 100644 (file)
@@ -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"