Subject: bin/16592: finger usage does not include -g option
To: None <gnats-bugs@gnats.netbsd.org>
From: None <ryany@pobox.com>
List: netbsd-bugs
Date: 04/30/2002 18:42:26
>Number:         16592
>Category:       bin
>Synopsis:       finger usage does not include -g option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 30 15:43:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Younce
>Release:        NetBSD 1.5ZC
>Organization:
none
>Environment:
NetBSD jay 1.5ZC NetBSD 1.5ZC (JAY) #0: Mon Apr 29 13:02:29 EDT 2002     root@jay:/root/kernel/compile/JAY i386
Architecture: i386 
Machine: i386
>Description:
	finger does not include -g (do not display gecos info except for
	real name) option in usage message.
>How-To-Repeat:
	finger -Z (or some other invalid option)
>Fix:
--- finger.c.orig	Wed May  1 18:34:50 2002
+++ finger.c	Wed May  1 18:34:59 2002
@@ -135,7 +135,7 @@
 		case '?':
 		default:
 			(void)fprintf(stderr,
-			    "usage: finger [-lmpsho] [login ...]\n");
+			    "usage: finger [-lmpshog] [login ...]\n");
 			exit(1);
 		}
 	argc -= optind;
>Release-Note:
>Audit-Trail:
>Unformatted: