We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f2187 commit a02d3f5Copy full SHA for a02d3f5
src/share/poudriere/common.sh
@@ -1873,7 +1873,7 @@ _siginfo_handler() {
1873
format_origin_phase="%%c \b%%s \b%%-%ds${COLOR_RESET} \b%%c %%-%ds ${COLOR_PORT}%%%ds %%c %%-%ds${COLOR_RESET} ${COLOR_PHASE}%%%ds${COLOR_RESET} %%-%ds %%-%ds %%%ds %%%ds"
1874
display_setup "${format_origin_phase}"
1875
display_add " " "" "ID" " " "TOTAL" "ORIGIN" " " "PKGNAME" "PHASE" \
1876
- "PHASE" "TMPFS" "CPU%" "MEM%"
+ "TIME" "TMPFS" "CPU%" "MEM%"
1877
1878
while mapfile_read_loop_redir j cpu mem; do
1879
j="${j#*-job-}"
0 commit comments