summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2005-02-21 09:09:07 +0000
committermr <mr@FreeBSD.org>2005-02-21 09:09:07 +0000
commit66cd660bb13c00077e792ae78cd01707ecfc7b8a (patch)
treefe6f3b8ad7f4c1d449fe89e438cf332203342439 /sbin/mdconfig
parentba26f6388f5997a5c77a8705e2ecfc8641981fe1 (diff)
downloadFreeBSD-src-66cd660bb13c00077e792ae78cd01707ecfc7b8a.zip
FreeBSD-src-66cd660bb13c00077e792ae78cd01707ecfc7b8a.tar.gz
Document the terabyte "-s" parameter in the usage string.
Split the usage line to not exceed 80 chars.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index f8b584b..4b1ebd2 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -48,7 +48,8 @@ usage()
" mdconfig -l [-n] [-u unit]\n");
fprintf(stderr, "\t\ttype = {malloc, preload, vnode, swap}\n");
fprintf(stderr, "\t\toption = {cluster, compress, reserve}\n");
- fprintf(stderr, "\t\tsize = %%d (512 byte blocks), %%dk (kB), %%dm (MB) or %%dg (GB)\n");
+ fprintf(stderr, "\t\tsize = %%d (512 byte blocks), %%dk (kB),\n");
+ fprintf(stderr, "\t\t %%dm (MB), %%dg (GB) or %%dt (TB) \n");
exit(1);
}
OpenPOWER on IntegriCloud