mount-tool: make internal and external column name match

This commit is contained in:
Lennart Poettering
2023-11-13 16:12:03 +01:00
parent 4096143827
commit b86155d071

View File

@@ -1438,7 +1438,7 @@ static int list_devices(void) {
if (r < 0)
return log_error_errno(r, "Failed to add property match: %m");
table = table_new("NODE", "PATH", "MODEL", "WWN", "TYPE", "LABEL", "UUID");
table = table_new("NODE", "PATH", "MODEL", "WWN", "FSTYPE", "LABEL", "UUID");
if (!table)
return log_oom();