]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl-show: align "Cntrl PID" correctly
authorMike Yuan <me@yhndnzj.com>
Thu, 5 Oct 2023 16:49:45 +0000 (00:49 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 5 Oct 2023 18:37:44 +0000 (19:37 +0100)
src/systemctl/systemctl-show.c

index c0f9747dd814a2743ef885ffb87e2a89b0ebc0bc..c5ed72d0664e95f5f404fecc59715adb04e7e7c7 100644 (file)
@@ -656,7 +656,7 @@ static void print_status_info(
                         if (i->main_pid > 0)
                                 fputs("; Control PID: ", stdout);
                         else
-                                fputs("Cntrl PID: ", stdout); /* if first in column, abbreviated so it fits alignment */
+                                fputs("  Cntrl PID: ", stdout); /* if first in column, abbreviated so it fits alignment */
 
                         printf(PID_FMT, i->control_pid);