diff options
Diffstat (limited to 'uniq.c')
-rw-r--r-- | uniq.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ | |||
27 | #include <errno.h> | 27 | #include <errno.h> |
28 | 28 | ||
29 | static const char uniq_usage[] = | 29 | static const char uniq_usage[] = |
30 | "Usage: uniq [OPTION]... [INPUT [OUTPUT]]\n" | 30 | "uniq [OPTION]... [INPUT [OUTPUT]]\n" |
31 | "Discard all but one of successive identical lines from INPUT (or\n" | 31 | "Discard all but one of successive identical lines from INPUT (or\n" |
32 | "standard input), writing to OUTPUT (or standard output).\n" | 32 | "standard input), writing to OUTPUT (or standard output).\n" |
33 | "\n" | 33 | "\n" |
@@ -193,4 +193,4 @@ uniq_main(int argc, char **argv) | |||
193 | exit(0); | 193 | exit(0); |
194 | } | 194 | } |
195 | 195 | ||
196 | /* $Id: uniq.c,v 1.4 2000/01/07 01:57:32 beppu Exp $ */ | 196 | /* $Id: uniq.c,v 1.5 2000/01/23 18:19:02 erik Exp $ */ |