Skip to content

Commit

Permalink
systemctl-show: align "Cntrl PID" correctly
Browse files Browse the repository at this point in the history
(cherry picked from commit 4146960)
  • Loading branch information
YHNdnzj authored and bluca committed Nov 9, 2023
1 parent ebd864f commit ef816a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemctl/systemctl-show.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,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);

Expand Down

0 comments on commit ef816a5

Please sign in to comment.