summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPhillip Susi <psusi@cfl.rr.com>2012-01-09 10:18:56 -0500
committerChris Mason <chris.mason@fusionio.com>2012-07-03 16:27:46 -0400
commitc65345db543143ee4329ae9806a6782a3f42ce25 (patch)
treeddba674a29d72ee15882d614f6fc31ab288c01b2 /man
parentf6b6e93ac870c4770bd172338f3753afb990a0f3 (diff)
btrfs-progs: document --rootdir mkfs switch
Signed-off-by: Phillip Susi <psusi@cfl.rr.com>
Diffstat (limited to 'man')
-rw-r--r--man/mkfs.btrfs.8.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in
index 542e6cfc..25e817b3 100644
--- a/man/mkfs.btrfs.8.in
+++ b/man/mkfs.btrfs.8.in
@@ -12,6 +12,7 @@ mkfs.btrfs \- create an btrfs filesystem
[ \fB\-M\fP\fI mixed data+metadata\fP ]
[ \fB\-n\fP\fI nodesize\fP ]
[ \fB\-s\fP\fI sectorsize\fP ]
+[ \fB\-r\fP\fI rootdir\fP ]
[ \fB\-h\fP ]
[ \fB\-V\fP ]
\fI device\fP [ \fIdevice ...\fP ]
@@ -59,6 +60,9 @@ Specify the nodesize. By default the value is set to the pagesize.
\fB\-s\fR, \fB\-\-sectorsize \fIsize\fR
Specify the sectorsize, the minimum block allocation.
.TP
+\fB\-r\fR, \fB\-\-rootdir \fIrootdir\fR
+Specify a directory to copy into the newly created fs.
+.TP
\fB\-V\fR, \fB\-\-version\fR
Print the \fBmkfs.btrfs\fP version and exit.
.SH AVAILABILITY