Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2012 21:50:44 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231537 - head/usr.bin/who
Message-ID:  <201202112150.q1BLoiFg049596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202112150.q1BLoiFg049596>