Module Name:    src
Committed By:   christos
Date:           Wed Jan 12 18:51:42 UTC 2011

Modified Files:
        src/usr.bin/ypcat: ypcat.c

Log Message:
fix usage.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/ypcat/ypcat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/ypcat/ypcat.c
diff -u src/usr.bin/ypcat/ypcat.c:1.15 src/usr.bin/ypcat/ypcat.c:1.16
--- src/usr.bin/ypcat/ypcat.c:1.15	Wed Jan 12 13:28:19 2011
+++ src/usr.bin/ypcat/ypcat.c	Wed Jan 12 13:51:42 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ypcat.c,v 1.15 2011/01/12 18:28:19 christos Exp $	*/
+/* $NetBSD: ypcat.c,v 1.16 2011/01/12 18:51:42 christos Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993 Theo de Raadt <dera...@fsa.ca>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ypcat.c,v 1.15 2011/01/12 18:28:19 christos Exp $");
+__RCSID("$NetBSD: ypcat.c,v 1.16 2011/01/12 18:51:42 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -172,7 +172,7 @@
 usage(void)
 {
 
-	(void)fprintf(stderr, "Usage: %s [-kt] [-d domainname] mapname\n",
+	(void)fprintf(stderr, "Usage: %s [-kst] [-d domainname] mapname\n",
 	    getprogname());
 	(void)fprintf(stderr, "       %s -x\n", getprogname());
 	exit(1);

Reply via email to