Tweak the interactive description of CPU vs WCPU.

PR:		bin/158819
Submitted by:	arundel
Approved by:	re (kib)
This commit is contained in:
John Baldwin 2011-07-18 21:08:14 +00:00
parent c618a5222e
commit 834377fe2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224204

View File

@ -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');