From 351878d3ba1b08bd0dd644e665514814e5f7d2d9 Mon Sep 17 00:00:00 2001 From: ed 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); }