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 f8f2d90 commit 5f62abdCopy full SHA for 5f62abd
1 file changed
Action.c
@@ -744,8 +744,8 @@ static Htop_Reaction actionHelp(State* st) {
744
addbartext(CRT_colors[CPU_IOWAIT], "/", "io-wait");
745
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
746
} else {
747
- addbartext(CRT_colors[CPU_GUEST], "/", "guest");
748
- addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
+ addbartext(CRT_colors[CPU_GUEST], "/", "virtualized");
+ addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
749
}
750
addattrstr(CRT_colors[BAR_BORDER], "]");
751
0 commit comments