mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mount-tool: make internal and external column name match
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user