From 5b5db38a7df20c8196e6a737cb2c76b219e152cc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Dec 2000 16:37:53 +0000 Subject: Patch from Matt Kraai to implement uniq -[cdu] --- applets/usage.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applets/usage.c') diff --git a/applets/usage.c b/applets/usage.c index 75c421a09..ae6cec8df 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1365,6 +1365,10 @@ const char uniq_usage[] = #ifndef BB_FEATURE_TRIVIAL_HELP "\nDiscard all but one of successive identical lines from INPUT\n" "(or standard input), writing to OUTPUT (or standard output).\n" + "Options:\n" + "\t-c\tprefix lines by the number of occurrences\n" + "\t-d\tonly print duplicate lines\n" + "\t-u\tonly print unique lines\n" #endif ; #endif -- cgit v1.2.3