Document the terabyte "-s" parameter in the usage string.
Split the usage line to not exceed 80 chars.
This commit is contained in:
parent
6abaece6ae
commit
d111a5c972
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user