summaryrefslogtreecommitdiff
path: root/src/locale/localectl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-11-11 14:32:51 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-11-16 11:39:32 +0100
commitf038576943cafab8b5983ea9c2cf0039a040e05a (patch)
tree802fe3ba2a8cf032c1ed26262923bcc9156533e9 /src/locale/localectl.c
parentbb8b8875f4b5721af13499fd9f8e46605e0dbe61 (diff)
downloadsystemd-f038576943cafab8b5983ea9c2cf0039a040e05a.tar.gz
localectl,analyze: some minor vertical table rework fixes
Follow-up for #25339
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r--src/locale/localectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 9a4e4fb59b..966f07d083 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -84,7 +84,7 @@ static int print_status_info(StatusInfo *i) {
if (!strv_isempty(kernel_locale)) {
log_warning("Warning: Settings on kernel command line override system locale settings in /etc/locale.conf.");
r = table_add_many(table,
- TABLE_STRING, "Command Line:",
+ TABLE_FIELD, "Command Line",
TABLE_SET_COLOR, ansi_highlight_yellow(),
TABLE_STRV, kernel_locale,
TABLE_SET_COLOR, ansi_highlight_yellow());