diff options
Diffstat (limited to 'usr.sbin/netgroup_mkdb/netgroup_mkdb.c')
-rw-r--r-- | usr.sbin/netgroup_mkdb/netgroup_mkdb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c index ffea15e8703..2e630d9ed41 100644 --- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c +++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netgroup_mkdb.c,v 1.13 2007/03/05 20:29:14 millert Exp $ */ +/* $OpenBSD: netgroup_mkdb.c,v 1.14 2008/05/17 23:31:52 sobrado Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ #ifndef lint -static char *rcsid = "$OpenBSD: netgroup_mkdb.c,v 1.13 2007/03/05 20:29:14 millert Exp $"; +static char *rcsid = "$OpenBSD: netgroup_mkdb.c,v 1.14 2008/05/17 23:31:52 sobrado Exp $"; #endif #include <sys/types.h> @@ -706,6 +706,6 @@ usage(void) { extern const char *__progname; - fprintf(stderr, "usage: %s [-o db] file\n", __progname); + fprintf(stderr, "usage: %s [-o database] file\n", __progname); exit(1); } |