aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-08-07 07:05:47 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-08-07 07:05:47 +0000
commitb47f904d8f130280ddd0eb5c5dd55a151ced0246 (patch)
tree49ee54daad981068f524f89e2854a9c39c8c7256 /usr.bin/ypmatch
parentfa77157916eb487f074541fd8a62c39bffbc7e99 (diff)
downloadsrc-b47f904d8f130280ddd0eb5c5dd55a151ced0246.tar.gz
src-b47f904d8f130280ddd0eb5c5dd55a151ced0246.zip
Notes
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r--usr.bin/ypmatch/ypmatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index a57a642a435d..ff5365be25ab 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -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"