aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/who
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-02-11 21:50:44 +0000
committerEd Schouten <ed@FreeBSD.org>2012-02-11 21:50:44 +0000
commitbab1d5b81bb9c4dde87826bd1ac4efa8d88f07df (patch)
treebcad7a9ddf070736a674a220ce9f158e5a500743 /usr.bin/who
parent79625d00a29291807039192671e0dee5020e43d8 (diff)
downloadsrc-bab1d5b81bb9c4dde87826bd1ac4efa8d88f07df.tar.gz
src-bab1d5b81bb9c4dde87826bd1ac4efa8d88f07df.zip
And of course, I forgot to add -a to the usage.
Notes
Notes: svn path=/head/; revision=231537
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/who.c2
1 files changed, 1 insertions, 1 deletions
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);
}