btrfs-progs: docs: subvolume list -o is not recursive, align documentation with tools behaviour

The `btrfs subvolume list -o` command intentionally doesn't
recurse subvolumes, so make it clear in the documentation.

Pull-reques: #709
Signed-off-by: Matteo Croce <teknoraver@meta.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Matteo Croce 2023-11-13 18:02:33 -08:00 committed by David Sterba
parent ae9ead781d
commit f5ad6b0444
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ list [options] [-G [\+|-]<value>] [-C [+|-]<value>] [--sort=rootid,gen,ogen,path
Path filtering:
-o
print only subvolumes below specified <path>.
Print only subvolumes below specified <path>. Note that this is not a
recursive command, and won't show nested subvolumes under <path>.
-a
print all the subvolumes in the filesystem and distinguish between
absolute and relative path with respect to the given *path*.