Mention -v in usage. Fixes PR 6262 by Erik Bertelsen.

This commit is contained in:
mjl 1999-02-08 22:32:58 +00:00
parent eb4489ce10
commit 99d17e2ca4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.37 1998/10/05 19:50:40 itohy Exp $ */ /* $NetBSD: main.c,v 1.38 1999/02/08 22:32:58 mjl Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -160,7 +160,7 @@ main(argc, argv)
argv += optind; argv += optind;
if (argc > 1) { if (argc > 1) {
usage: usage:
(void)fputs("usage: config [-p] [-s srcdir] [-b builddir] sysname\n", stderr); (void)fputs("usage: config [-pv] [-s srcdir] [-b builddir] sysname\n", stderr);
exit(1); exit(1);
} }
conffile = (argc == 1) ? argv[0] : "CONFIG"; conffile = (argc == 1) ? argv[0] : "CONFIG";