On 10/1/19 6:37 PM, Anand Jain wrote:
Shouldn't "--verbose" be accepted as a long version of the option? That
would mean adding it to long_options.
For verbose we provide -v in
btrfs balance
btrfs convert
btrfs filesystem
btrfs inspect-internal
btrfs rescue
and -v|--verbose in
btrfs send
btrfs restore
btrfs subvolume
we kind of lost the consistency. But most of it is -v.
Added --verbose in v3. It is now consistent within
btrfs dev scan sub-command. Thanks.
-Anand
The usage message cmd_device_scan_usage needs to be updated to include
the new option(s).
Will do.
I have tested this on my systems (4.19 kernel) and it not only works
well, it is useful to get the list of devices it finds. If you wish,
feel free to add:
Thanks.
Tested-by: Graham Cobb <g.bt...@cobb.uk.net>
Thanks, Anand
Graham