summaryrefslogtreecommitdiff
path: root/usr.bin/ypcat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ypcat')
-rw-r--r--usr.bin/ypcat/ypcat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c
index d9337a5e0d7..3ff084e04e8 100644
--- a/usr.bin/ypcat/ypcat.c
+++ b/usr.bin/ypcat/ypcat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypcat.c,v 1.12 2006/04/02 01:49:18 deraadt Exp $ */
+/* $OpenBSD: ypcat.c,v 1.13 2008/05/29 07:42:08 sobrado Exp $ */
/*
* Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
@@ -27,7 +27,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: ypcat.c,v 1.12 2006/04/02 01:49:18 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ypcat.c,v 1.13 2008/05/29 07:42:08 sobrado Exp $";
#endif
#include <sys/param.h>
@@ -66,9 +66,9 @@ int key;
void
usage(void)
{
- fprintf(stderr, "Usage:\n");
- fprintf(stderr, "\typcat [-k] [-d domainname] [-t] mapname\n");
- fprintf(stderr, "\typcat -x\n");
+ fprintf(stderr,
+ "usage: ypcat [-kt] [-d domainname] mapname\n"
+ " ypcat -x\n");
exit(1);
}