Document the terabyte "-s" parameter in the usage string.

Split the usage line to not exceed 80 chars.
This commit is contained in:
Michael Reifenberger 2005-02-21 09:09:07 +00:00
parent 6abaece6ae
commit d111a5c972

View File

@ -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);
}