aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs/mdmfs.c
diff options
context:
space:
mode:
authorMatteo Riondato <matteo@FreeBSD.org>2007-02-15 14:46:04 +0000
committerMatteo Riondato <matteo@FreeBSD.org>2007-02-15 14:46:04 +0000
commitc72132f05fba4fdab92b15a966d2b27b441e459e (patch)
treee81e42f772d0a7f837dfec4a47e88e92500830c2 /sbin/mdmfs/mdmfs.c
parentdb430f9709c28870a94b055eee5a8afacc03197f (diff)
downloadsrc-c72132f05fba4fdab92b15a966d2b27b441e459e.tar.gz
src-c72132f05fba4fdab92b15a966d2b27b441e459e.zip
Correct -c and -d description.
Other requests made in the PR were already solved in the past. PR: bin/66763 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=166752
Diffstat (limited to 'sbin/mdmfs/mdmfs.c')
-rw-r--r--sbin/mdmfs/mdmfs.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c
index 5b895d5ddbf7..c552f567ced0 100644
--- a/sbin/mdmfs/mdmfs.c
+++ b/sbin/mdmfs/mdmfs.c
@@ -656,10 +656,11 @@ usage(void)
{
fprintf(stderr,
-"usage: %s [-DLlMNPSUX] [-a maxcontig] [-b block-size] [-c cylinders]\n"
-"\t[-d rotdelay] [-E path-mdconfig] [-e maxbpg] [-F file] [-f frag-size]\n"
-"\t[-i bytes] [-m percent-free] [-n rotational-positions] [-O optimization]\n"
-"\t[-o mount-options] [-p permissions] [-s size] [-v version]\n"
-"\t[-w user:group] md-device mount-point\n", getprogname());
+"usage: %s [-DLlMNPSUX] [-a maxcontig] [-b block-size]\n"
+"\t[-c blocks-per-cylinder-group][-d max-extent-size] [-E path-mdconfig]\n"
+"\t[-e maxbpg] [-F file] [-f frag-size] [-i bytes] [-m percent-free]\n"
+"\t[-n rotational-positions] [-O optimization] [-o mount-options]\n"
+"\t[-p permissions] [-s size] [-v version] [-w user:group]\n"
+"\tmd-device mount-point\n", getprogname());
exit(1);
}