Sync usage with man page.

This commit is contained in:
wiz 2003-04-16 10:29:05 +00:00
parent 61860e9d83
commit c1dcf625b3
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vnconfig.c,v 1.27 2003/04/11 16:15:28 drochner Exp $ */ /* $NetBSD: vnconfig.c,v 1.28 2003/04/16 10:29:05 wiz Exp $ */
/*- /*-
* Copyright (c) 1997 The NetBSD Foundation, Inc. * Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -341,9 +341,9 @@ usage()
{ {
(void)fprintf(stderr, "%s%s", (void)fprintf(stderr, "%s%s",
"usage: vnconfig [-c] [-f disktab] [-t typename] [-vr] special-file" "usage: vnconfig [-crv] [-f disktab] [-t typename] vnode_disk"
" regular-file [geomspec]\n", " regular-file [geomspec]\n",
" vnconfig -u [-v] special-file\n" " vnconfig -u [-Fv] vnode_disk\n"
" vnconfig -l [special-file]\n"); " vnconfig -l [vnode_disk]\n");
exit(1); exit(1);
} }