sbase

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

commit 23fdd768f04feeea72d1ab8c8982585a930687d1
parent 3423752465a82b357421169f48baab98a3ba405f
Author: sin <sin@2f30.org>
Date:   Sun,  4 Oct 2015 16:58:03 +0100

Prepend "usage: " in usage()

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

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