summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2010-11-12 16:50:11 +0000
committerpluknet <pluknet@FreeBSD.org>2010-11-12 16:50:11 +0000
commit94c14112fc8551345fc60a39376591121ac3679c (patch)
tree9b10abb2b7c9a3f32986a3bcba6b98c6c9828556
parent3bf90be3252bf06fbc103a421544d669b067fe33 (diff)
downloadFreeBSD-src-94c14112fc8551345fc60a39376591121ac3679c.zip
FreeBSD-src-94c14112fc8551345fc60a39376591121ac3679c.tar.gz
Add 'jid' as a possible sort order to the help screen.
PR: bin/150992 Submitted by: Frederic Culot <frederic at culot dot org> Approved by: avg (mentor) MFC after: 5 days
-rw-r--r--contrib/top/commands.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 83f966d..47f4a2e 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -80,10 +80,12 @@ n or # - change number of processes to display\n", stdout);
#ifdef ORDER
if (displaymode == DISP_CPU)
fputs("\
-o - specify sort order (pri, size, res, cpu, time, threads)\n", stdout);
+o - specify sort order (pri, size, res, cpu, time, threads, jid)\n",
+ stdout);
else
fputs("\
-o - specify sort order (vcsw, ivcsw, read, write, fault, total)\n", stdout);
+o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid)\n",
+ stdout);
#endif
fputs("\
r - renice a process\n\
OpenPOWER on IntegriCloud