sbase

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

commit 16cf92119f99d51c975ca2109e14cdb777b00ede
parent 1be58188ad3487e07f72c0190eb4775c52beced5
Author: sin <sin@2f30.org>
Date:   Wed,  9 Apr 2014 18:20:24 +0100

Fix missing '-' in usage

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

diff --git a/xargs.c b/xargs.c @@ -34,7 +34,7 @@ static int rflag = 0, nflag = 0; static void usage(void) { - eprintf("usage: %s [n maxargs] [-r] [-E eofstr] [cmd [arg...]]\n", argv0); + eprintf("usage: %s [-n maxargs] [-r] [-E eofstr] [cmd [arg...]]\n", argv0); } int