Add missing argument for -h in usage.

This commit is contained in:
Jun Kuriyama 2011-06-20 15:22:47 +00:00
parent b8b8e0c981
commit 2afeb643a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223340

View File

@ -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);
}