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

This commit is contained in:
ed 2012-02-11 21:50:44 +00:00
parent fbfd1ac8bc
commit 351878d3ba

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);
}