btrfs-progs: subvol delete: add missing verbose option
authorVincent Batts <vbatts@hashbangbash.com>
Thu, 15 Sep 2016 19:15:50 +0000 (15:15 -0400)
committerDavid Sterba <dsterba@suse.com>
Wed, 21 Sep 2016 09:50:35 +0000 (11:50 +0200)
commitc68759eaa6fbb14529a39719be3a9fb5f7014098
tree643dd145f23fa0b26816ff7868857a98f9f5ef76
parent7f26e64ddd17e04c0d8d7ce5cffdc9d1dbdfadfc
btrfs-progs: subvol delete: add missing verbose option

There was already the logic for verbose output, but the flag parsing did
not include it.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-subvolume.c