aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
commitf682f10c76449b3af3b1dd9afff859cd1cd07116 (patch)
tree4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/ypmatch
parent9b3eb503540780da14e359b10886a885eb649497 (diff)
Notes
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r--usr.bin/ypmatch/ypmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index 76d0f59926fa1..d0904c51de905 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -65,7 +65,7 @@ static void
usage(void)
{
fprintf(stderr, "%s\n%s\n",
- "usage: ypmatch [-d domain] [-t] [-k] key [key ...] mname",
+ "usage: ypmatch [-kt] [-d domainname] key ... mapname",
" ypmatch -x");
exit(1);
}