mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Correct a misleading (cut'n'pasted) comment.
This commit is contained in:
parent
c8488e24e7
commit
ba2396cd27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131616
@ -354,7 +354,7 @@ char *argv[];
|
||||
}
|
||||
break;
|
||||
|
||||
case 'm': /* select sort order */
|
||||
case 'm': /* select display mode */
|
||||
if (strcmp(optarg, "io") == 0) {
|
||||
displaymode = DISP_IO;
|
||||
} else if (strcmp(optarg, "cpu") == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user