From b2370171e64373d7f8b9074858d8ce1afa78c7d3 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 11 Feb 2015 12:21:31 +0000 Subject: [PATCH] uniq: Match usage with manpage --- uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniq.c b/uniq.c index 5b217e3..991f158 100644 --- a/uniq.c +++ b/uniq.c @@ -25,7 +25,7 @@ static long prevlinecount = 0; static void usage(void) { - eprintf("usage: %s [-cdufs] [file]\n", argv0); + eprintf("usage: %s [-c] [-d | -u| [-f fields] [-s chars] [file]\n", argv0); } int