From: Phillip Susi Date: Mon, 9 Jan 2012 15:18:56 +0000 (-0500) Subject: btrfs-progs: document --rootdir mkfs switch X-Git-Tag: upstream/0.20.rc1~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c65345db543143ee4329ae9806a6782a3f42ce25;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: document --rootdir mkfs switch Signed-off-by: Phillip Susi --- diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index 542e6cf..25e817b 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