mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Document -l and -n options in usage().
This commit is contained in:
parent
a1761aecf5
commit
d591eb90f7
1 changed files with 2 additions and 0 deletions
|
|
@ -434,6 +434,8 @@ usage()
|
|||
fprintf(stderr, "\t-g average file size\n");
|
||||
fprintf(stderr, "\t-h average files per directory\n");
|
||||
fprintf(stderr, "\t-i number of bytes per inode\n");
|
||||
fprintf(stderr, "\t-l enable multilabel MAC\n");
|
||||
fprintf(stderr, "\t-n do not create .snap directory\n");
|
||||
fprintf(stderr, "\t-m minimum free space %%\n");
|
||||
fprintf(stderr, "\t-o optimization preference (`space' or `time')\n");
|
||||
fprintf(stderr, "\t-s file systemsize (sectors)\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue