Module Name: src
Committed By: wiz
Date: Sat Aug 25 12:37:12 UTC 2012
Modified Files:
src/usr.sbin/makemandb: makemandb.c
Log Message:
Sync usage with manpage.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makemandb/makemandb.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.sbin/makemandb/makemandb.c
diff -u src/usr.sbin/makemandb/makemandb.c:1.11 src/usr.sbin/makemandb/makemandb.c:1.12
--- src/usr.sbin/makemandb/makemandb.c:1.11 Sat Aug 11 21:07:13 2012
+++ src/usr.sbin/makemandb/makemandb.c Sat Aug 25 12:37:12 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: makemandb.c,v 1.11 2012/08/11 21:07:13 wiz Exp $ */
+/* $NetBSD: makemandb.c,v 1.12 2012/08/25 12:37:12 wiz Exp $ */
/*
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
* Copyright (c) 2011 Kristaps Dzonsons <[email protected]>
@@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.11 2012/08/11 21:07:13 wiz Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.12 2012/08/25 12:37:12 wiz Exp $");
#include <sys/stat.h>
#include <sys/types.h>
@@ -2036,6 +2036,6 @@ append(secbuff *sbuff, const char *src)
static void
usage(void)
{
- fprintf(stderr, "Usage: %s [-flo]\n", getprogname());
+ fprintf(stderr, "Usage: %s [-floqv] [-C path]\n", getprogname());
exit(1);
}