summaryrefslogtreecommitdiff
path: root/man/mkfs.btrfs.8.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2012-07-06 10:11:10 -0400
committerChris Mason <chris.mason@fusionio.com>2012-07-06 10:11:10 -0400
commit8935d8436147f86dfbda3d8b8175a77b654b8abc (patch)
tree2ea7925246a070d8a3aa0c8e45cba9252c9ade8a /man/mkfs.btrfs.8.in
parent134adafea227e35bdb14fd7563226170a9bfe10c (diff)
btrfs-progs: mkfs: add option to skip trim
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'man/mkfs.btrfs.8.in')
-rw-r--r--man/mkfs.btrfs.8.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in
index 25e817b3..fc2e1d2e 100644
--- a/man/mkfs.btrfs.8.in
+++ b/man/mkfs.btrfs.8.in
@@ -63,6 +63,9 @@ Specify the sectorsize, the minimum block allocation.
\fB\-r\fR, \fB\-\-rootdir \fIrootdir\fR
Specify a directory to copy into the newly created fs.
.TP
+\fB\-T\fR, \fB\-\-nodiscard \fR
+Do not perform whole device TRIM operation by default.
+.TP
\fB\-V\fR, \fB\-\-version\fR
Print the \fBmkfs.btrfs\fP version and exit.
.SH AVAILABILITY