sbase

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

commit b1fcce32e24b655b45c54c7d7ce8f8817946023f
parent 24c6df3d736749863d3ba853017d8d26c457bbd2
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 30 Mar 2015 21:49:04 +0200

col: exit status 1 on usage

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

diff --git a/col.c b/col.c @@ -184,7 +184,7 @@ allocbuf(void) static void usage(void) { - enprintf(2, "usage: %s [-pbfx] [-l num]\n", argv0); + eprintf("usage: %s [-pbfx] [-l num]\n", argv0); } int