@@ -25,8 +25,10 @@
char *program_name = "npc";
int usage(char *s) {
fprintf(stderr, "Usage: %s [-et]\n", s);
static int
usage(char *argv0) {
fprintf(stderr, "Usage: %s [-et]\n", argv0);
return EX_USAGE;
}
The note is not visible to the blocked user.