Audit unlink(1)

One small thing, use argv0 in usage.
Also, add a blank line in link.c which I forgot earlier.
This commit is contained in:
FRIGN
2015-02-28 20:05:22 +01:00
parent b9b28d4039
commit 39b9aab25a
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
static void
usage(void)
{
eprintf("usage: unlink file\n");
eprintf("usage: %s file\n", argv0);
}
int