1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Added -l to usage().

This commit is contained in:
Ruslan Ermilov 2004-05-17 07:07:20 +00:00
parent f2ab7b8bb0
commit 2921afed97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129322

View File

@ -665,13 +665,13 @@ usage(void)
name = "mdmfs";
if (!compat)
fprintf(stderr,
"usage: %s [-DLMNSUX] [-a maxcontig [-b block-size] [-c cylinders]\n"
"usage: %s [-DLlMNSUX] [-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 [-lNU] [-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);