On Wed, Mar 16, 2016 at 11:15:42AM +0900, Satoru Takeuchi wrote:
> Sorry, I forgot to add "btrfs-progs: " in the subject line.
> ---
> "property" is considered as working without any options
> from the following commit.
>
> commit 176aeca9a148 ("btrfs-progs: add getopt stubs where needed")
>
> However, we can pass -t option to this command.
>
> * actual result
>
> ==================================================
> $ ./btrfs prop list -t f /btrfs
> btrfs property list: invalid option -- 't'
> usage: btrfs property list [-t <type>] <object>
>
> Lists available properties with their descriptions for the given object.
>
> Please see the help of 'btrfs property get' for a description of
> objects and object types.
>
> ==================================================
>
> * expected result
>
> ==================================================
> $ ./btrfs prop list -t f /btrfs
> label Set/get label of device.
> ==================================================
>
> Signed-off-by: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html