summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/makewhatis.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2005-04-04 08:13:52 +0000
committerwiz <wiz@NetBSD.org>2005-04-04 08:13:52 +0000
commit4dd1b491d09d8d84ec3b4e725cdcf237875625b6 (patch)
tree46824330d5b8c6d8c93c0d72d18eccdfcbbb75a2 /libexec/makewhatis/makewhatis.c
parent0652314a20b3b5cdd3020c57daa2f1f7beb22f32 (diff)
Sync usage with man page.
Diffstat (limited to 'libexec/makewhatis/makewhatis.c')
-rw-r--r--libexec/makewhatis/makewhatis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/makewhatis/makewhatis.c b/libexec/makewhatis/makewhatis.c
index cd015cc3062..00c5c096abb 100644
--- a/libexec/makewhatis/makewhatis.c
+++ b/libexec/makewhatis/makewhatis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: makewhatis.c,v 1.34 2005/04/03 21:32:45 christos Exp $ */
+/* $NetBSD: makewhatis.c,v 1.35 2005/04/04 08:13:52 wiz Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
#if !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\
All rights reserved.\n");
-__RCSID("$NetBSD: makewhatis.c,v 1.34 2005/04/03 21:32:45 christos Exp $");
+__RCSID("$NetBSD: makewhatis.c,v 1.35 2005/04/04 08:13:52 wiz Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -151,7 +151,7 @@ main(int argc, char *const *argv)
dowarn++;
break;
default:
- fprintf(stderr, "Usage: %s [-C file] [-wf] [path ...]\n",
+ fprintf(stderr, "Usage: %s [-fw] [-C file] [manpath ...]\n",
getprogname());
exit(EXIT_FAILURE);
}