Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/finger Note -g in usage. bin/16592 by Ryan Younce.
details: https://anonhg.NetBSD.org/src/rev/a0b6798226db
branches: trunk
changeset: 526304:a0b6798226db
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 02 13:04:10 2002 +0000
description:
Note -g in usage. bin/16592 by Ryan Younce.
diffstat:
usr.bin/finger/finger.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9dc8c342ce65 -r a0b6798226db usr.bin/finger/finger.c
--- a/usr.bin/finger/finger.c Thu May 02 13:03:32 2002 +0000
+++ b/usr.bin/finger/finger.c Thu May 02 13:04:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: finger.c,v 1.14 1999/11/09 15:06:35 drochner Exp $ */
+/* $NetBSD: finger.c,v 1.15 2002/05/02 13:04:10 wiz Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -56,7 +56,7 @@
#if 0
static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: finger.c,v 1.14 1999/11/09 15:06:35 drochner Exp $");
+__RCSID("$NetBSD: finger.c,v 1.15 2002/05/02 13:04:10 wiz Exp $");
#endif
#endif /* not lint */
@@ -135,7 +135,7 @@
case '?':
default:
(void)fprintf(stderr,
- "usage: finger [-lmpsho] [login ...]\n");
+ "usage: finger [-lmpshog] [login ...]\n");
exit(1);
}
argc -= optind;
Home |
Main Index |
Thread Index |
Old Index