Date: Wed, 30 Dec 1998 22:18:06 +0100 From: Jos Backus <jbackus@plex.nl> To: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9248: pwd_mkdb: -N flag doesn't work Message-ID: <19981230221806.A5362@jos.mp-c.com> In-Reply-To: <199812301830.KAA29302@freefall.freebsd.org>; from FreeBSD-gnats-submit@FreeBSD.ORG on Wed, Dec 30, 1998 at 10:30:01AM -0800 References: <19981230170709.1352.qmail@jos.mp-c.com> <199812301830.KAA29302@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?19981230221806.A5362>