Hopefully fix compilation by other compilers.

This commit is contained in:
glebius 2019-02-01 00:34:18 +00:00
parent 78f875ddad
commit ba89e642b3

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