aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-03-02 20:07:59 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-03-02 20:07:59 +0000
commitb8f6a34f3ebb0d3ffff3ea08f91728b94364025a (patch)
tree1dc0a1235a91c49eeef506c7a95d1d76ed6bff75 /sbin/newfs/newfs.c
parentedf591fc29228d409a8f641364cdf2a0342e85ad (diff)
downloadsrc-b8f6a34f3ebb0d3ffff3ea08f91728b94364025a.tar.gz
src-b8f6a34f3ebb0d3ffff3ea08f91728b94364025a.zip
Document -J in usage.
Submitted by: Eric Anderson <anderson@freebsd.org>
Notes
Notes: svn path=/head/; revision=167179
Diffstat (limited to 'sbin/newfs/newfs.c')
-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 85fb34b81366..41823cb42e9d 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");