sbase

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

commit 6f73cd1c97438bd0be090078d83cf0f4f161ef4d
parent 34c9083598aa920645e1db3e6d5bc48a35f141b7
Author: sin <sin@2f30.org>
Date:   Sun, 25 Jan 2015 18:31:25 +0000

Relax with caps in usage

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

diff --git a/expr.c b/expr.c @@ -267,7 +267,7 @@ parse(char **expr, int exprlen) static void usage(void) { - eprintf("usage: %s EXPRESSION\n", argv0); + eprintf("usage: %s expression\n", argv0); } int