From bab1d5b81bb9c4dde87826bd1ac4efa8d88f07df Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 11 Feb 2012 21:50:44 +0000 Subject: [PATCH] And of course, I forgot to add -a to the usage. --- usr.bin/who/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 18b866d2c59a..75493b189611 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -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); }