summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-06-27 18:50:44 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-06-27 18:50:44 +0000
commitd53da694203d34969314ab1d6dbcc254c82d9e0a (patch)
tree0e27d34ed1ff0dfaa5515ea53513a0541bc46341 /sbin/newfs/newfs.c
parent187cf2801d94a1831969999fb1efa651e3c22667 (diff)
documentation tweak.
Diffstat (limited to 'sbin/newfs/newfs.c')
-rw-r--r--sbin/newfs/newfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index be42875512a..c14ff657262 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: newfs.c,v 1.77 2008/06/24 15:07:02 jmc Exp $ */
+/* $OpenBSD: newfs.c,v 1.78 2008/06/27 18:50:43 sobrado Exp $ */
/* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */
/*
@@ -666,7 +666,7 @@ usage(void)
fprintf(stderr,
"usage: %s [-b block-size] [-c fragments-per-cylinder-group] "
"[-e maxbpg]\n"
- "\t[-f frag-size] [-i bytes] [-m free space] [-o options] "
+ "\t[-f frag-size] [-i bytes] [-m free-space] [-o options] "
"[-P file]\n"
"\t[-s size] special node\n",
__progname);