summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-11-02 18:40:57 +0100
committerDavid Sterba <dsterba@suse.com>2015-11-02 18:40:57 +0100
commit7691c2c52bf967130f4ae50f25f44ff21aacf786 (patch)
tree27448ca4faf5bf43878e3774843ee10a872effc8
parent5205097bacbc64a7590d3139430b456bedf57de2 (diff)
btrfs-progs: fi usage: print path header in the tabular mode
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--cmds-fi-usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds-fi-usage.c b/cmds-fi-usage.c
index 65c16b80..b1ae4479 100644
--- a/cmds-fi-usage.c
+++ b/cmds-fi-usage.c
@@ -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 */