Remove an extra new line on usage().

Rename domain to domainname to be identical to the man page.

Reported by:	bde
This commit is contained in:
Marcelo Araujo 2015-08-07 07:05:47 +00:00
parent fa77157916
commit b47f904d8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286403

View File

@ -66,8 +66,8 @@ static void
usage(void)
{
fprintf(stderr, "%s\n%s\n",
"usage: ypmatch [-kt] [-d domain] key ... mapname",
" ypmatch -x\n");
"usage: ypmatch [-kt] [-d domainname] key ... mapname",
" ypmatch -x");
fprintf(stderr,
"where\n"
"\tmapname may be either a mapname or a nickname for a map.\n"