Author: kuriyama
Date: Mon Jun 20 15:22:47 2011
New Revision: 223340
URL: http://svn.freebsd.org/changeset/base/223340
Log:
Add missing argument for -h in usage.
Modified:
head/usr.sbin/ypserv/yp_main.c
Modified: head/usr.sbin/ypserv/yp_main.c
==============================================================================
--- head/usr.sbin/ypserv/yp_main.c Mon Jun 20 13:52:14 2011
(r223339)
+++ head/usr.sbin/ypserv/yp_main.c Mon Jun 20 15:22:47 2011
(r223340)
@@ -216,7 +216,7 @@ reaper(int sig)
static void
usage(void)
{
- fprintf(stderr, "usage: ypserv [-h] [-d] [-n] [-p path] [-P port]\n");
+ fprintf(stderr, "usage: ypserv [-h addr] [-d] [-n] [-p path] [-P
port]\n");
exit(1);
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"