Btrfs-progs: dont print uuid unless -u option is given

unless it was intentional to include uuid when -s
option is (show snapshot only) given, we would need
this break statement.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
master
Anand Jain 2012-10-25 16:00:31 +08:00 committed by David Sterba
parent 629dfb8fa8
commit aebc64f01e
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static int cmd_subvol_list(int argc, char **argv)
0);
btrfs_list_setup_print_column(BTRFS_LIST_OGENERATION);
btrfs_list_setup_print_column(BTRFS_LIST_OTIME);
break;
case 'u':
btrfs_list_setup_print_column(BTRFS_LIST_UUID);
break;