Some tools didn't use argv0 for tool name, or usage() at all.
@@ -72,8 +72,8 @@ format:
static void
usage(void)
{
eprintf("usage: %s [-f fmt] [-s sep] [-w] [startnum"
" [step]] endnum\n", argv0);
eprintf("usage: %s [-f fmt] [-s sep] [-w] "
"[startnum [step]] endnum\n", argv0);
}
int
The note is not visible to the blocked user.