btrfs-progs: fi usage: print path header in the tabular mode
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
5205097bac
commit
7691c2c52b
|
@ -656,6 +656,7 @@ static void _cmd_filesystem_usage_tabular(unsigned unit_mode,
|
|||
}
|
||||
unallocated_col = col;
|
||||
|
||||
table_printf(matrix, 0, 1, "<Path");
|
||||
table_printf(matrix, unallocated_col, 1, "<Unallocated");
|
||||
|
||||
/* body */
|
||||
|
|
Loading…
Reference in New Issue