diff options
-rw-r--r-- | contrib/top/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c index 8ee9b02..04a8775 100644 --- a/contrib/top/top.c +++ b/contrib/top/top.c @@ -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) { |