artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbf403
)
Change usage() so it shows the right line arguments.
author
angelos
<angelos@openbsd.org>
Wed, 19 Feb 1997 11:16:04 +0000
(11:16 +0000)
committer
angelos
<angelos@openbsd.org>
Wed, 19 Feb 1997 11:16:04 +0000
(11:16 +0000)
usr.bin/w/w.c
patch
|
blob
|
history
diff --git
a/usr.bin/w/w.c
b/usr.bin/w/w.c
index
7592955
..
cde920b
100644
(file)
--- a/
usr.bin/w/w.c
+++ b/
usr.bin/w/w.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: w.c,v 1.1
2 1997/01/15 23:43:35 millert
Exp $ */
+/* $OpenBSD: w.c,v 1.1
3 1997/02/19 11:16:04 angelos
Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@
-457,7
+457,7
@@
usage(wcmd)
{
if (wcmd)
(void)fprintf(stderr,
- "usage: w: [-hi
n
] [-M core] [-N system] [user]\n");
+ "usage: w: [-hi
a
] [-M core] [-N system] [user]\n");
else
(void)fprintf(stderr, "uptime\n");
exit (1);