sbase

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

commit c0eafd46108cd048640d8fdc145ea298da19810a
parent 136f012d23338f4d191755ec2c62a7dbcb3e732e
Author: sin <sin@2f30.org>
Date:   Tue, 15 Dec 2015 08:43:55 +0000

Fix getconf(1) usage

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

diff --git a/getconf.c b/getconf.c @@ -32,7 +32,7 @@ static const struct var limits_l[] = { void usage(void) { - eprintf("usage: %s -v spec arc arco\n", argv0); + eprintf("usage: %s [-v spec] var [path]\n", argv0); } int