Thanks izabera for reporting this!
@@ -13,7 +13,7 @@ usage(void)
int
main(int argc, char *argv[])
{
argv0 = argv[0], argc--, argv++;
argv0 = *argv, argv0 ? (argc--, argv++) : (void *)0;
if (argc != 1)
usage();
The note is not visible to the blocked user.