sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit b2370171e64373d7f8b9074858d8ce1afa78c7d3
parent 5f06185b1b187993248b737c29dff9ded3996fa9
Author: sin <sin@2f30.org>
Date:   Wed, 11 Feb 2015 12:21:31 +0000

uniq: Match usage with manpage

Diffstat:
Muniq.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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