mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue