From 1d406dceb769da2123417e6a06c85a99ebead7b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 May 2021 18:20:32 +0200 Subject: [PATCH] systemctl: re-align colon in status output --- src/systemctl/systemctl-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemctl/systemctl-show.c b/src/systemctl/systemctl-show.c index 4d68e08c80..a45f5fa363 100644 --- a/src/systemctl/systemctl-show.c +++ b/src/systemctl/systemctl-show.c @@ -324,7 +324,7 @@ static void print_status_info( printf("\n"); if (i->following) - printf(" Follow: unit currently follows state of %s\n", i->following); + printf(" Follows: unit currently follows state of %s\n", i->following); if (STRPTR_IN_SET(i->load_state, "error", "not-found", "bad-setting")) { on = ansi_highlight_red(); -- 2.25.1