From: Lennart Poettering Date: Mon, 13 Nov 2023 15:12:03 +0000 (+0100) Subject: mount-tool: make internal and external column name match X-Git-Tag: v255-rc2~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30010%2Fhead;p=thirdparty%2Fsystemd.git mount-tool: make internal and external column name match --- diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 53c11022673..3e19d4bbe56 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -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();