From b1fcce32e24b655b45c54c7d7ce8f8817946023f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 30 Mar 2015 21:49:04 +0200 Subject: [PATCH] col: exit status 1 on usage --- col.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/col.c b/col.c index e8c7c8c..f81f07e 100644 --- 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