Tweak the interactive description of CPU vs WCPU.
PR: bin/158819 Submitted by: arundel Approved by: re (kib)
This commit is contained in:
parent
c618a5222e
commit
834377fe2d
@ -1029,8 +1029,8 @@ char *argv[];
|
||||
case CMD_wcputog:
|
||||
ps.wcpu = !ps.wcpu;
|
||||
new_message(MT_standout | MT_delayed,
|
||||
" Displaying %sCPU",
|
||||
ps.wcpu ? "W" : "");
|
||||
" Displaying %s CPU",
|
||||
ps.wcpu ? "weighted" : "raw");
|
||||
header_text = format_header(uname_field);
|
||||
reset_display();
|
||||
putchar('\r');
|
||||
|
Loading…
Reference in New Issue
Block a user