aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/mdconfig.c
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2005-02-21 09:09:07 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2005-02-21 09:09:07 +0000
commitd111a5c972cf515d788f2f017c4cbd45f4805775 (patch)
treefe6f3b8ad7f4c1d449fe89e438cf332203342439 /sbin/mdconfig/mdconfig.c
parent6abaece6aecab76f86578251b3a1cdd29afa0c30 (diff)
downloadsrc-d111a5c972cf515d788f2f017c4cbd45f4805775.tar.gz
src-d111a5c972cf515d788f2f017c4cbd45f4805775.zip
Document the terabyte "-s" parameter in the usage string.
Split the usage line to not exceed 80 chars.
Notes
Notes: svn path=/head/; revision=142167
Diffstat (limited to 'sbin/mdconfig/mdconfig.c')
-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 f8b584bfbaff..4b1ebd255fd2 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);
}