From: Lennart Poettering Date: Fri, 14 May 2021 16:20:32 +0000 (+0200) Subject: systemctl: re-align colon in status output X-Git-Tag: v249-rc1~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d406dceb769da2123417e6a06c85a99ebead7b1;p=thirdparty%2Fsystemd.git systemctl: re-align colon in status output --- diff --git a/src/systemctl/systemctl-show.c b/src/systemctl/systemctl-show.c index 4d68e08c804..a45f5fa363a 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();