aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/commands.c
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2012-11-11 08:22:58 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2012-11-11 08:22:58 +0000
commit2c141bfc439898179cec660064f71777cefc5261 (patch)
tree96c801da21a85faad5f1716bbe1f7ee90b4e7a77 /contrib/top/commands.c
parent8b800d3af2d8cc8281e20382dbce9e266beab527 (diff)
downloadsrc-2c141bfc439898179cec660064f71777cefc5261.tar.gz
src-2c141bfc439898179cec660064f71777cefc5261.zip
Add "pid" to the help menu (sort keys section).
Notes
Notes: svn path=/head/; revision=242888
Diffstat (limited to 'contrib/top/commands.c')
-rw-r--r--contrib/top/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 49472fd13668..4d987baac071 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -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("\