diff options
author | Eric Andersen | 2000-12-09 16:37:53 +0000 |
---|---|---|
committer | Eric Andersen | 2000-12-09 16:37:53 +0000 |
commit | 5b5db38a7df20c8196e6a737cb2c76b219e152cc (patch) | |
tree | dcf75d601711f5c3b7ccf036ba80b7fcc71fc338 /usage.c | |
parent | 1bca5ed886322f49fddd4b05ca76fd3a1906d98b (diff) | |
download | busybox-5b5db38a7df20c8196e6a737cb2c76b219e152cc.zip busybox-5b5db38a7df20c8196e6a737cb2c76b219e152cc.tar.gz |
Patch from Matt Kraai to implement uniq -[cdu]
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |