diff options
author | ed <ed@FreeBSD.org> | 2012-02-11 21:50:44 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-02-11 21:50:44 +0000 |
commit | 351878d3ba1b08bd0dd644e665514814e5f7d2d9 (patch) | |
tree | bcad7a9ddf070736a674a220ce9f158e5a500743 /usr.bin/who | |
parent | fbfd1ac8bcebefee6a59b357000a5c226311fe1a (diff) | |
download | FreeBSD-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.c | 2 |
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); } |