diff mbox

btrfs-progs: Update manpages for btrfs defrag -r

Message ID 672d93b5f17a7cbfe9a6fd0940e1ae9599cd1ce0.1380640915.git.fholton@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Frank Holton Oct. 1, 2013, 3:31 p.m. UTC
Add the -r option to the manpages for btrfs defragment

Signed-off-by: Frank Holton <fholton@gmail.com>
---
 man/btrfs.8.in |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index b6a7edd..8a0a05d 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -273,8 +273,9 @@  Force a sync for the filesystem identified by \fI<path>\fR.
 .TP
 
 \fBfilesystem defragment\fP [\fIoptions\fP] \fI<file>\fP|\fI<dir>\fP [\fI<file>\fP|\fI<dir>...\fP]\fP
-Defragment file data and/or directory metadata. To defragment all files in a
-directory you have to specify each one on its own or use your shell wildcards.
+Defragment file data and/or directory metadata. If \fB-r\fP is passed, 
+files in \fIdir\fR will be defragmented recursively.
+
 
 The start position and the number of bytes to defragment can be specified by
 \fIstart\fR and \fIlen\fR. Any extent bigger than threshold will be
@@ -288,6 +289,8 @@  defragment operations.
 be verbose
 .IP "\fB-c\fP" 5
 compress file contents while defragmenting
+.IP "\fB-r\fP" 5
+defragment files recursively
 .IP "\fB-f\fP" 5
 flush filesystem after defragmenting
 .IP "\fB-s \fIstart\fP\fP" 5