summaryrefslogtreecommitdiffstats
path: root/sbin/mdmfs/mdmfs.c
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2007-02-15 14:46:04 +0000
committermatteo <matteo@FreeBSD.org>2007-02-15 14:46:04 +0000
commitb91f40d9ac14ae73ac8bb74d07a7b7bdcd611e6d (patch)
treee81e42f772d0a7f837dfec4a47e88e92500830c2 /sbin/mdmfs/mdmfs.c
parent5b953c01a14ffd21d7a5606f79164ebc5d9df708 (diff)
downloadFreeBSD-src-b91f40d9ac14ae73ac8bb74d07a7b7bdcd611e6d.zip
FreeBSD-src-b91f40d9ac14ae73ac8bb74d07a7b7bdcd611e6d.tar.gz
Correct -c and -d description.
Other requests made in the PR were already solved in the past. PR: bin/66763 MFC after: 1 week
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 5b895d5..c552f56 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);
}
OpenPOWER on IntegriCloud