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 3a61af7 commit 7fb4d52Copy full SHA for 7fb4d52
1 file changed
Action.c
@@ -782,8 +782,8 @@ static Htop_Reaction actionHelp(State* st) {
782
addbartext(CRT_colors[CPU_IOWAIT], "/", "io-wait");
783
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
784
} else {
785
- addbartext(CRT_colors[CPU_GUEST], "/", "guest");
786
- addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
+ addbartext(CRT_colors[CPU_GUEST], "/", "virtualized");
+ addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
787
}
788
addattrstr(CRT_colors[BAR_BORDER], "]");
789
0 commit comments