diff options
author | ru <ru@FreeBSD.org> | 2004-05-17 07:07:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-17 07:07:20 +0000 |
commit | 9c535024193e69e6212aa14ba78f22cf230a08e1 (patch) | |
tree | b2f0ebb29346a2423abb84c0de72ad9b82b95ca4 /sbin/mdmfs | |
parent | 89ce208d9d971085acfdd7700ff43755cf88588c (diff) | |
download | FreeBSD-src-9c535024193e69e6212aa14ba78f22cf230a08e1.zip FreeBSD-src-9c535024193e69e6212aa14ba78f22cf230a08e1.tar.gz |
Added -l to usage().
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r-- | sbin/mdmfs/mdmfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index 2000f3e..bed6dc7 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -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); |