summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/w.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-12 02:26:12 +0000
committerache <ache@FreeBSD.org>1997-09-12 02:26:12 +0000
commit684eb8f09fa41c4958e6a3d90f03c981eb458e0b (patch)
tree769f88f6482a142351520a29dfec8bcc3f8d223e /usr.bin/w/w.c
parent0357dcdb999675bbb8c47200eecd74b1886c3e15 (diff)
downloadFreeBSD-src-684eb8f09fa41c4958e6a3d90f03c981eb458e0b.zip
FreeBSD-src-684eb8f09fa41c4958e6a3d90f03c981eb458e0b.tar.gz
Document newly added -d option and fix usage string
Diffstat (limited to 'usr.bin/w/w.c')
-rw-r--r--usr.bin/w/w.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 61de1ef..6313786 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
#endif
static const char rcsid[] =
- "$Id: w.c,v 1.21 1997/08/25 06:42:19 charnier Exp $";
+ "$Id: w.c,v 1.22 1997/09/12 02:22:21 ache Exp $";
#endif /* not lint */
/*
@@ -484,7 +484,7 @@ usage(wcmd)
{
if (wcmd)
(void)fprintf(stderr,
- "usage: w [-hin] [-M core] [-N system] [user]\n");
+ "usage: w [-dhin] [-M core] [-N system] [user]\n");
else
(void)fprintf(stderr,
"usage: uptime\n");
OpenPOWER on IntegriCloud