Hopefully fix compilation by other compilers.
This commit is contained in:
parent
2790ca97d9
commit
2e15db7bcd
@ -94,9 +94,8 @@ main(int argc __unused, char *argv[] __unused)
|
||||
static void
|
||||
help(void)
|
||||
{
|
||||
extern char *__progname;
|
||||
|
||||
fprintf(stderr, "usage: %s (heads|hooks|link|unlink)\n", __progname);
|
||||
fprintf(stderr, "usage: %s (heads|hooks|link|unlink)\n", getprogname());
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user