Module Name:    src
Committed By:   wiz
Date:           Sun Jun 21 14:59:53 UTC 2009

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

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ypmatch/ypmatch.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/ypmatch/ypmatch.c
diff -u src/usr.bin/ypmatch/ypmatch.c:1.18 src/usr.bin/ypmatch/ypmatch.c:1.19
--- src/usr.bin/ypmatch/ypmatch.c:1.18	Sat Jun 20 19:27:26 2009
+++ src/usr.bin/ypmatch/ypmatch.c	Sun Jun 21 14:59:53 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: ypmatch.c,v 1.18 2009/06/20 19:27:26 christos Exp $	*/
+/*	$NetBSD: ypmatch.c,v 1.19 2009/06/21 14:59:53 wiz Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993 Theo de Raadt <[email protected]>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ypmatch.c,v 1.18 2009/06/20 19:27:26 christos Exp $");
+__RCSID("$NetBSD: ypmatch.c,v 1.19 2009/06/21 14:59:53 wiz Exp $");
 #endif
 
 #include <sys/param.h>
@@ -147,7 +147,7 @@
 usage(void)
 {
 
-	(void)fprintf(stderr, "Usage: %s [-d domain] [-tkz] key [key ...] "
+	(void)fprintf(stderr, "Usage: %s [-ktz] [-d domain] key ... "
 	    "mapname\n", getprogname());
 	(void)fprintf(stderr, "       %s -x\n", getprogname());
 	exit(1);

Reply via email to