btrfs-progs: property set: fix typo in help message

Correct a typo by replacing "then" with "than".

Signed-off-by: oluceps <linux@oluceps.uk>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
oluceps 2024-04-15 17:23:06 +00:00 committed by David Sterba
parent 80b0a3ce2d
commit 6088039cf8

View file

@ -588,7 +588,7 @@ static const char * const cmd_property_get_usage[] = {
"A filesystem object can be the filesystem itself, a subvolume,",
"an inode or a device. The option -t can be used to explicitly",
"specify what type of object you meant. This is only needed when a",
"property could be set for more then one object type.",
"property could be set for more than one object type.",
"",
"Possible values for type are: inode, subvol, filesystem, device.",
"They can be abbreviated to the first letter, i/s/f/d",