summaryrefslogtreecommitdiffstats
path: root/usr.bin/who
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-11 21:50:44 +0000
committered <ed@FreeBSD.org>2012-02-11 21:50:44 +0000
commit351878d3ba1b08bd0dd644e665514814e5f7d2d9 (patch)
treebcad7a9ddf070736a674a220ce9f158e5a500743 /usr.bin/who
parentfbfd1ac8bcebefee6a59b357000a5c226311fe1a (diff)
downloadFreeBSD-src-351878d3ba1b08bd0dd644e665514814e5f7d2d9.zip
FreeBSD-src-351878d3ba1b08bd0dd644e665514814e5f7d2d9.tar.gz
And of course, I forgot to add -a to the usage.
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 18b866d..75493b1 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);
}
OpenPOWER on IntegriCloud