Add "pid" to the help menu (sort keys section).

This commit is contained in:
Rui Paulo 2012-11-11 08:22:58 +00:00
parent 8b800d3af2
commit 2c141bfc43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242888

View File

@ -80,11 +80,11 @@ 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, jid)\n",
o - specify sort order (pri, size, res, cpu, time, threads, jid, pid)\n",
stdout);
else
fputs("\
o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid)\n",
o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid, pid)\n",
stdout);
#endif
fputs("\