And of course, I forgot to add -a to the usage.

This commit is contained in:
Ed Schouten 2012-02-11 21:50:44 +00:00
parent 79625d00a2
commit bab1d5b81b

View File

@ -142,7 +142,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: who [-bHmqsTu] [am I] [file]\n");
fprintf(stderr, "usage: who [-abHmqsTu] [am I] [file]\n");
exit(1);
}