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
This commit is contained in:
Sergey Kandaurov 2010-11-12 16:50:11 +00:00
parent 585d4a8062
commit 67fe5233fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215186

View File

@ -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\