btrfs-progs: docs: fix label property description
Recently, commit c9da5695b2
improved the description for the label
property, to clarify it's a filesystem property, and not a device
property. Follow this change in the man page for btrfs-property.
Also add a little hint about what to specify as object.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b4cadc2ac9
commit
e46e17ab5a
|
@ -43,7 +43,8 @@ the following:
|
|||
ro::::
|
||||
read-only flag of subvolume: true or false
|
||||
label::::
|
||||
label of device
|
||||
label of the filesystem. For an unmounted filesystem, provide a path to a block
|
||||
device as object. For a mounted filesystem, specify a mount point.
|
||||
compression::::
|
||||
compression algorithm set for an inode, possible values: 'lzo', 'zlib', 'zstd'.
|
||||
To disable compression use "" (empty string), 'no' or 'none'.
|
||||
|
|
Loading…
Reference in New Issue