multicall: remove bug report link from multicall help text

This commit is contained in:
Ariadne Conill 2020-12-04 01:02:28 -07:00
parent f34ad12751
commit 31bc5c3b10

View file

@ -127,8 +127,6 @@ multicall_usage(int status)
fprintf(stderr, " %-10s %s\n", applet_table[i]->name, applet_table[i]->desc);
}
fprintf(stderr, "\nReport bugs at <" PACKAGE_BUGREPORT ">.\n");
exit(status);
}