mirror of git://git.suckless.org/ubase
vtallow, who: usage using argv0
This commit is contained in:
parent
c7f472f468
commit
96c15e765b
|
@ -18,7 +18,7 @@
|
||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
eprintf("usage: vtallow n | y\n");
|
eprintf("usage: %s n | y\n", argv0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue