diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-05-20 11:28:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-05-20 11:28:07 +0000 |
commit | 304e75bf2b91edd5512341dc262810e2307917fd (patch) | |
tree | 337d890efb1956c08ce28a8f2e5e58ba97f4cb20 /sbin/newfs | |
parent | 29f2d467a4893d09273857be674df55f1b645b0c (diff) |
Update usage wrt -c option when called as mount_mfs.
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 8856ba4b726..c307fb47377 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.63 2007/05/19 20:12:50 otto Exp $ */ +/* $OpenBSD: newfs.c,v 1.64 2007/05/20 11:28:06 millert Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -659,7 +659,7 @@ usage(void) if (mfs) { fprintf(stderr, - "usage: %s [-b block-size] [-c blocks-per-cylinder-group] " + "usage: %s [-b block-size] [-c fragements-per-cylinder-group] " "[-e maxbpg]\n" "\t[-f frag-size] [-i bytes] [-m free space] [-o options] " "[-P file]\n" |