From 78e519f5108d327afb3341439fee9a49491534fe Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 1 Oct 2020 08:55:41 -0400 Subject: replaced --nowrap with --wrap in firemon (#2992) --- src/firemon/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/cpu.c') diff --git a/src/firemon/cpu.c b/src/firemon/cpu.c index 6170ef8c1..e97068851 100644 --- a/src/firemon/cpu.c +++ b/src/firemon/cpu.c @@ -54,7 +54,7 @@ void cpu(pid_t pid, int print_procs) { for (i = 0; i < max_pids; i++) { if (pids[i].level == 1) { if (print_procs || pid == 0) - pid_print_list(i, arg_nowrap); + pid_print_list(i, arg_wrap); int child = find_child(i); if (child != -1) print_cpu(child); -- cgit v1.2.3-70-g09d2