summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-03-02 20:07:59 +0000
committerpjd <pjd@FreeBSD.org>2007-03-02 20:07:59 +0000
commit70309cb244dbccaa13d4fed9e4631c837c84fab0 (patch)
tree1dc0a1235a91c49eeef506c7a95d1d76ed6bff75 /sbin/newfs
parent3189f5459b25c00e630049c886f1c8368d095057 (diff)
downloadFreeBSD-src-70309cb244dbccaa13d4fed9e4631c837c84fab0.zip
FreeBSD-src-70309cb244dbccaa13d4fed9e4631c837c84fab0.tar.gz
Document -J in usage.
Submitted by: Eric Anderson <anderson@freebsd.org>
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/newfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 85fb34b..41823cb 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -421,6 +421,7 @@ usage()
getprogname(),
" [device-type]");
fprintf(stderr, "where fsoptions are:\n");
+ fprintf(stderr, "\t-J Enable journaling via gjournal\n");
fprintf(stderr, "\t-L volume label to add to superblock\n");
fprintf(stderr,
"\t-N do not create file system, just print out parameters\n");
OpenPOWER on IntegriCloud