sbase

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

commit 0e01a2db9b956cfd5cc3927996f1e278a16feda9
parent 6579919fec1230a363a49276fb0a7414752c5da6
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 31 Jan 2015 15:23:59 +0100

ln: usage, just use %s

Diffstat:
Mln.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ln.c b/ln.c @@ -13,8 +13,9 @@ static void usage(void) { - eprintf("usage: %1$s [-f] [-L | -P | -s] target [name]\n" - " %1$s [-f] [-L | -P | -s] target ... directory\n", argv0); + eprintf("usage: %s [-f] [-L | -P | -s] target [name]\n" + " %s [-f] [-L | -P | -s] target ... directory\n", + argv0, argv0); } int