[hackers] [sbase] ln: usage, just use %s || Hiltjo Posthuma
commit f9943643bbcf6611e684f9e782bdbc46722e44a1
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Jan 31 15:23:59 2015 +0100
ln: usage, just use %s
diff --git a/ln.c b/ln.c
index 77e04b5..31fac10 100644
--- a/ln.c
+++ b/ln.c
_AT_@ -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
Received on Sat Jan 31 2015 - 20:14:56 CET
This archive was generated by hypermail 2.3.0
: Sat Jan 31 2015 - 20:24:19 CET