summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-22 14:37:57 +0000
committerru <ru@FreeBSD.org>2005-01-22 14:37:57 +0000
commite83b0dda0af369e7becb92a0fdf291cef2363fc4 (patch)
tree2a4b115263da728be059900ff29a548648570b73 /sbin/newfs
parent08404fcbc639e5654faaa7ac1a5c2657fc8fef9c (diff)
downloadFreeBSD-src-e83b0dda0af369e7becb92a0fdf291cef2363fc4.zip
FreeBSD-src-e83b0dda0af369e7becb92a0fdf291cef2363fc4.tar.gz
Document -l and -n options in usage().
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/newfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 24cd094..289d055 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -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");
OpenPOWER on IntegriCloud