From 5a643960aa4012b193090151b24495f169347192 Mon Sep 17 00:00:00 2001 From: wosch Date: Wed, 12 Aug 1998 09:58:15 +0000 Subject: Merge from stable: support for the o, order, command --- contrib/top/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/top') diff --git a/contrib/top/commands.c b/contrib/top/commands.c index c4c9c36..b18db72 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -74,7 +74,7 @@ k - kill processes; send a signal to a list of processes\n\ n or # - change number of processes to display\n", stdout); #ifdef ORDER fputs("\ -o - specify sort order (size, res, cpu, time)\n", stdout); +o - specify sort order (pri, size, res, cpu, time)\n", stdout); #endif fputs("\ r - renice a process\n\ -- cgit v1.1