]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: re-align colon in status output
authorLennart Poettering <lennart@poettering.net>
Fri, 14 May 2021 16:20:32 +0000 (18:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 May 2021 19:33:59 +0000 (21:33 +0200)
src/systemctl/systemctl-show.c

index 4d68e08c8044da2debb87e7ea509a5928a9103f7..a45f5fa363a58e8017aa2f426b2c25717f787db5 100644 (file)
@@ -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();