Module Name:    src
Committed By:   wiz
Date:           Sun Jun 21 15:04:56 UTC 2009

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

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/ypwhich/ypwhich.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/ypwhich/ypwhich.c
diff -u src/usr.bin/ypwhich/ypwhich.c:1.16 src/usr.bin/ypwhich/ypwhich.c:1.17
--- src/usr.bin/ypwhich/ypwhich.c:1.16	Sat Jun 20 19:27:26 2009
+++ src/usr.bin/ypwhich/ypwhich.c	Sun Jun 21 15:04:56 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: ypwhich.c,v 1.16 2009/06/20 19:27:26 christos Exp $	*/
+/*	$NetBSD: ypwhich.c,v 1.17 2009/06/21 15:04:56 wiz Exp $	*/
 
 /*
  *
@@ -192,7 +192,7 @@
 {
 	const char *pname = getprogname();
 	(void)fprintf(stderr, "Usage:\t%s [-T] [-d domain] [[-h] host]\n"
-	    "\t%s [-T] [-h host] [-d domain] [-f] [-t] -m [mapname]\n"
+	    "\t%s [-fTt] [-d domain] [-h host] -m [mapname]\n"
 	    "\t%s [-T] -x\n", pname, pname, pname);
 	exit(1);
 }

Reply via email to