From 050d70384656c280e4398fe89ea68c98dde78be9 Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 6 Jun 2002 03:05:30 +0000 Subject: Sync usage() with manual page synopsis. --- usr.bin/uniq/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/uniq') diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 98f9eda..701e58b 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -249,7 +249,7 @@ static void usage() { (void)fprintf(stderr, - "usage: uniq [-c | -du | -i] [-f fields] [-s chars] [input [output]]\n"); +"usage: uniq [-c | -d | -u] [-i] [-f fields] [-s chars] [input [output]]\n"); exit(1); } -- cgit v1.1