summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2023-01-23 00:00:00 -0600
committerCraig Small <csmall@dropbear.xyz>2023-01-24 12:15:19 +1100
commita4add59024805318426efd0eeb0327f9e6220c83 (patch)
treed836c7ab78f9a934f1ef9336168b782697bde362
parent6b7114884049139c2c8aa43a0e846c6c280bdc93 (diff)
downloadprocps-ng-a4add59024805318426efd0eeb0327f9e6220c83.tar.gz
top: squeeze namespace provision (^P) onto help screen
Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--src/top/top_nls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/top/top_nls.c b/src/top/top_nls.c
index f3f8885..548f9d4 100644
--- a/src/top/top_nls.c
+++ b/src/top/top_nls.c
@@ -678,8 +678,8 @@ static void build_uniq_nlstab (void) {
"\n"
"%s"
" ^G,K,N,U View: ctl groups ~1^G~2; cmdline ~1^K~2; environment ~1^N~2; supp groups ~1^U~2\n"
- " W,Y,!,^E Write cfg '~1W~2'; Inspect '~1Y~2'; Combine Cpus '~1!~2'; Scale time ~1^E~2'\n"
- " q Quit\n"
+ " Y,!,^E,P Inspect '~1Y~2'; Combine Cpus '~1!~2'; Scale time ~1^E~2; View namespaces ~1^P~2\n"
+ " W,q Write config file '~1W~2'; Quit '~1q~2'\n"
" ( commands shown with '.' require a ~1visible~2 task display ~1window~2 ) \n"
"Press '~1h~2' or '~1?~2' for help with ~1Windows~2,\n"
"Type 'q' or <Esc> to continue ");