sbase

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

commit 97b6c267ce742b79649bf7c649a80d0d3d87a2b7
parent 430b453c4d51c13a72b2a338c31c6bbeb55c5e06
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Sun, 29 May 2011 21:34:02 +0100

nl: update usage
Diffstat:
Mnl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nl.c b/nl.c @@ -27,7 +27,7 @@ main(int argc, char *argv[]) if(optarg[0] == 'p') regcomp(&preg, &optarg[1], REG_NOSUB); else if(!strchr("ant", optarg[0]) || optarg[1] != '\0') - eprintf("usage: %s [-b mode] [file...]\n", argv[0]); + eprintf("usage: %s [-b mode] [-i increment] [-s separator] [file...]\n", argv[0]); break; case 'i': incr = strtol(optarg, &end, 0);