mirror of
git://git.suckless.org/sbase
synced 2025-01-11 09:59:28 +00:00
ln: usage, just use %s
This commit is contained in:
parent
6579919fec
commit
0e01a2db9b
5
ln.c
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user