Date: Wed, 30 Dec 1998 14:20:01 -0800 (PST) From: Jos Backus <jbackus@plex.nl> To: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9248: pwd_mkdb: -N flag doesn't work Message-ID: <199812302220.OAA24397@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/9248; it has been noted by GNATS. From: Jos Backus <jbackus@plex.nl> To: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Cc: Subject: Re: bin/9248: pwd_mkdb: -N flag doesn't work Date: Wed, 30 Dec 1998 22:18:06 +0100 Oops, forgot to patch the usage message: --- pwd_mkdb.c.orig Wed Dec 30 22:12:52 1998 +++ pwd_mkdb.c Wed Dec 30 22:13:05 1998 @@ -614,6 +614,6 @@ { (void)fprintf(stderr, -"usage: pwd_mkdb [-C] [-p] [-d <dest dir>] [-s <cachesize>] [-u <local username>] file\n"); +"usage: pwd_mkdb [-C] [-N] [-p] [-d <dest dir>] [-s <cachesize>] [-u <local username>] file\n"); exit(1); } -- Jos Backus _/ _/_/_/ "Modularity is not a hack." _/ _/ _/ -- D. J. Bernstein _/ _/_/_/ _/ _/ _/ _/ jbackus@plex.nl _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812302220.OAA24397>