aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdmfs/mdmfs.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commitd397408818fbfa179246fb327659e3fb29ffff31 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /sbin/mdmfs/mdmfs.c
parent5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff)
downloadsrc-d397408818fbfa179246fb327659e3fb29ffff31.tar.gz
src-d397408818fbfa179246fb327659e3fb29ffff31.zip
Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes
Notes: svn path=/head/; revision=95258
Diffstat (limited to 'sbin/mdmfs/mdmfs.c')
-rw-r--r--sbin/mdmfs/mdmfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c
index 9c59db7e666e..53e772ee9ffb 100644
--- a/sbin/mdmfs/mdmfs.c
+++ b/sbin/mdmfs/mdmfs.c
@@ -676,13 +676,13 @@ usage(void)
name = "mdmfs";
if (!compat)
fprintf(stderr,
-"Usage: %s [-DLMNSUX] [-a maxcontig [-b block-size] [-c cylinders]\n"
+"usage: %s [-DLMNSUX] [-a maxcontig [-b block-size] [-c cylinders]\n"
"\t[-d rotdelay] [-e maxbpg] [-F file] [-f frag-size] [-i bytes]\n"
"\t[-m percent-free] [-n rotational-positions] [-O optimization]\n"
"\t[-o mount-options] [-p permissions] [-s size] [-w user:group]\n"
"\tmd-device mount-point\n", name);
fprintf(stderr,
-"Usage: %s -C [-NU] [-a maxcontig] [-b block-size] [-c cylinders]\n"
+"usage: %s -C [-NU] [-a maxcontig] [-b block-size] [-c cylinders]\n"
"\t[-d rotdelay] [-e maxbpg] [-F file] [-f frag-size] [-i bytes]\n"
"\t[-m percent-free] [-n rotational-positions] [-O optimization]\n"
"\t[-o mount-options] [-s size] md-device mount-point\n", name);