sbase

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

commit 17dad35015536e5453635da224c51274d646d5ec
parent b2370171e64373d7f8b9074858d8ce1afa78c7d3
Author: sin <sin@2f30.org>
Date:   Wed, 11 Feb 2015 12:50:39 +0000

uniq: Fix typo in usage

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 [-c] [-d | -u| [-f fields] [-s chars] [file]\n", argv0); + eprintf("usage: %s [-c] [-d | -u] [-f fields] [-s chars] [file]\n", argv0); } int