Some tools didn't use argv0 for tool name, or usage() at all.
@@ -188,7 +188,8 @@ spawn(void)
static void
usage(void)
{
eprintf("usage: %s [-rtx] [-E eofstr] [-n num] [-s num] [cmd [arg ...]]\n", argv0);
eprintf("usage: %s [-rtx] [-E eofstr] [-n num] [-s num] "
"[cmd [arg ...]]\n", argv0);
}
int
The note is not visible to the blocked user.