1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231537

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