From 4dd1b491d09d8d84ec3b4e725cdcf237875625b6 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 4 Apr 2005 08:13:52 +0000 Subject: Sync usage with man page. --- libexec/makewhatis/makewhatis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec') 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 @@ -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); } -- cgit