summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1997-02-19 11:16:04 +0000
committerangelos <angelos@openbsd.org>1997-02-19 11:16:04 +0000
commit3252bd58edffd06d32c080635a3f41ba46f6c60f (patch)
tree1a430b94ee038e29cd77d0c3a2670e157f3f6be7
parentf77 0.5.19.1. (diff)
downloadwireguard-openbsd-3252bd58edffd06d32c080635a3f41ba46f6c60f.tar.xz
wireguard-openbsd-3252bd58edffd06d32c080635a3f41ba46f6c60f.zip
Change usage() so it shows the right line arguments.
-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 7592955a8df..cde920bc31c 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.12 1997/01/15 23:43:35 millert Exp $ */
+/* $OpenBSD: w.c,v 1.13 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: [-hin] [-M core] [-N system] [user]\n");
+ "usage: w: [-hia] [-M core] [-N system] [user]\n");
else
(void)fprintf(stderr, "uptime\n");
exit (1);