Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/w w: add -A to usage
details: https://anonhg.NetBSD.org/src/rev/d257f3bdcb56
branches: trunk
changeset: 366413:d257f3bdcb56
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 26 06:48:36 2022 +0000
description:
w: add -A to usage
diffstat:
usr.bin/w/w.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d3e4874f8e37 -r d257f3bdcb56 usr.bin/w/w.c
--- a/usr.bin/w/w.c Thu May 26 06:43:58 2022 +0000
+++ b/usr.bin/w/w.c Thu May 26 06:48:36 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: w.c,v 1.92 2022/05/26 02:24:00 mrg Exp $ */
+/* $NetBSD: w.c,v 1.93 2022/05/26 06:48:36 wiz Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)w.c 8.6 (Berkeley) 6/30/94";
#else
-__RCSID("$NetBSD: w.c,v 1.92 2022/05/26 02:24:00 mrg Exp $");
+__RCSID("$NetBSD: w.c,v 1.93 2022/05/26 06:48:36 wiz Exp $");
#endif
#endif /* not lint */
@@ -702,7 +702,7 @@
if (wcmd)
(void)fprintf(stderr,
- "Usage: %s [-hinw] [-M core] [-N system] [user]\n",
+ "Usage: %s [-Ahinw] [-M core] [-N system] [user]\n",
getprogname());
else
(void)fprintf(stderr, "Usage: %s\n", getprogname());
Home |
Main Index |
Thread Index |
Old Index