Module Name:    src
Committed By:   wiz
Date:           Thu May 26 06:48:36 UTC 2022

Modified Files:
        src/usr.bin/w: w.c

Log Message:
w: add -A to usage


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/w/w.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/w/w.c
diff -u src/usr.bin/w/w.c:1.92 src/usr.bin/w/w.c:1.93
--- src/usr.bin/w/w.c:1.92	Thu May 26 02:24:00 2022
+++ src/usr.bin/w/w.c	Thu May 26 06:48:36 2022
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
 #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 @@ usage(int wcmd)
 
 	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());

Reply via email to