From d111a5c972cf515d788f2f017c4cbd45f4805775 Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Mon, 21 Feb 2005 09:09:07 +0000 Subject: [PATCH] Document the terabyte "-s" parameter in the usage string. Split the usage line to not exceed 80 chars. --- sbin/mdconfig/mdconfig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index f8b584bfbaf..4b1ebd255fd 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); }