Module Name: src
Committed By: wiz
Date: Sun Jun 21 14:58:16 UTC 2009
Modified Files:
src/usr.bin/ypcat: ypcat.c
Log Message:
Sync usage with man page.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/usr.bin/ypcat/ypcat.c:1.14
--- src/usr.bin/ypcat/ypcat.c:1.13 Sat Jun 20 19:27:26 2009
+++ src/usr.bin/ypcat/ypcat.c Sun Jun 21 14:58:16 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: ypcat.c,v 1.13 2009/06/20 19:27:26 christos Exp $ */
+/* $NetBSD: ypcat.c,v 1.14 2009/06/21 14:58:16 wiz Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <[email protected]>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ypcat.c,v 1.13 2009/06/20 19:27:26 christos Exp $");
+__RCSID("$NetBSD: ypcat.c,v 1.14 2009/06/21 14:58:16 wiz Exp $");
#endif
#include <sys/param.h>
@@ -148,7 +148,7 @@
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-k] [-d domainname] [-t] mapname\n",
+ (void)fprintf(stderr, "Usage: %s [-kt] [-d domainname] mapname\n",
getprogname());
(void)fprintf(stderr, " %s -x\n", getprogname());
exit(1);