]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsmem: make an error message identical to one used in seven other places
authorBenno Schulenberg <bensberg@telfort.nl>
Thu, 30 Jan 2025 14:27:27 +0000 (15:27 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Feb 2025 12:30:05 +0000 (13:30 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/lsmem.c

index c9851e98c4f23f56837bac14b1f357c5d4ea2457..94150e49d4de76453e300e3ca113568f1ca7ade0 100644 (file)
@@ -713,7 +713,7 @@ int main(int argc, char **argv)
 
                cl = scols_table_new_column(lsmem->table, ci->name, ci->whint, ci->flags);
                if (!cl)
-                       err(EXIT_FAILURE, _("Failed to initialize output column"));
+                       err(EXIT_FAILURE, _("failed to initialize output column"));
 
                if (lsmem->json) {
                        int id = get_column_id(i);