Hopefully fix compilation by other compilers.

This commit is contained in:
Gleb Smirnoff 2019-02-01 00:34:18 +00:00
parent 2790ca97d9
commit 2e15db7bcd

View File

@ -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);
}