diff options
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[] = | |||
1365 | #ifndef BB_FEATURE_TRIVIAL_HELP | 1365 | #ifndef BB_FEATURE_TRIVIAL_HELP |
1366 | "\nDiscard all but one of successive identical lines from INPUT\n" | 1366 | "\nDiscard all but one of successive identical lines from INPUT\n" |
1367 | "(or standard input), writing to OUTPUT (or standard output).\n" | 1367 | "(or standard input), writing to OUTPUT (or standard output).\n" |
1368 | "Options:\n" | ||
1369 | "\t-c\tprefix lines by the number of occurrences\n" | ||
1370 | "\t-d\tonly print duplicate lines\n" | ||
1371 | "\t-u\tonly print unique lines\n" | ||
1368 | #endif | 1372 | #endif |
1369 | ; | 1373 | ; |
1370 | #endif | 1374 | #endif |