svn commit: r231537 - head/usr.bin/who

Ed Schouten ed at FreeBSD.org
Sat Feb 11 21:50:45 UTC 2012


Author: ed
Date: Sat Feb 11 21:50:44 2012
New Revision: 231537
URL: http://svn.freebsd.org/changeset/base/231537

Log:
  And of course, I forgot to add -a to the usage.

Modified:
  head/usr.bin/who/who.c

Modified: head/usr.bin/who/who.c
==============================================================================
--- head/usr.bin/who/who.c	Sat Feb 11 21:49:23 2012	(r231536)
+++ head/usr.bin/who/who.c	Sat Feb 11 21:50:44 2012	(r231537)
@@ -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);
 }
 


More information about the svn-src-head mailing list