We can specify device size in bytes. Document this in usage.

This commit is contained in:
Pawel Jakub Dawidek 2005-03-01 14:56:49 +00:00
parent b212dd15ff
commit 5d19b2f993

View File

@ -48,8 +48,9 @@ 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),\n");
fprintf(stderr, "\t\t %%dm (MB), %%dg (GB) or %%dt (TB) \n");
fprintf(stderr, "\t\tsize = %%d (512 byte blocks), %%db (B),\n");
fprintf(stderr, "\t\t %%dk (kB), %%dm (MB), %%dg (GB) or\n");
fprintf(stderr, "\t\t %%dt (TB)\n");
exit(1);
}