summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2012-12-11 15:24:58 +0100
committerDavid Sterba <dsterba@suse.cz>2013-02-01 16:55:03 +0100
commite599d6c5daede0a06e637e6293af1c9b3523c24c (patch)
tree2a3a350b505a39194d48be6021df772e390e80e1 /man
parentefbb344a59cc136f895d795058032e3f9c88a751 (diff)
Btrfs-progs: move path modification to filters
Commit 8e8e019e910f20947fea7eff5da40753639d8870 introduces -a option which will list all subvolumes with distinguishing between relative and absolute by prepending absolute patch with "<FS_TREE>". This commit moves the path modification to a filter code rather than doing so in path construction in resolve_root(). This gives us more flexibility in formatting path output. Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/btrfs.8.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index 054fce0d..d856b829 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -130,7 +130,8 @@ and top level. The parent's ID may be used at mount time via the
\fB-t\fP print the result as a table.
-\fB-a\fP print all the subvolumes in the filesystem.
+\fB-a\fP print all the subvolumes in the filesystem and distinguish between
+absolute and relative path with respect to the given <path>.
\fB-r\fP only readonly subvolumes in the filesystem wille be listed.