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:
parent
ae9ead781d
commit
f5ad6b0444
|
@ -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*.
|
||||
|
|
Loading…
Reference in New Issue