summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorryenus <ryenus@gmail.com>2020-10-08 00:36:20 +0800
committerryenus <ryenus@gmail.com>2020-10-09 09:03:32 +0800
commit32a2caa692ee2e2b26d77d00b60166fba87667fb (patch)
tree95a8db3eba7a84328c6ac1791c5bf9e31a5c198a /htop.1.in
parent4a78f4bb928a4fd6b7b0c003ebdea279cf0d319f (diff)
use 'w' for command wrapping as 'M' is already used
since 'M' is already used for sort-by-memory, as with: keys['M'] = actionSortByMemory; reorder help info about shortcut keys
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/htop.1.in b/htop.1.in
index 48e5cee5..cd5562b6 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -119,8 +119,9 @@ update of system calls issued by the process.
Display open files for a process: if lsof(1) is installed, pressing this key
will display the list of file descriptors opened by the process.
.TP
-.B M
-Display the command line of the highlighted process in multiple lines.
+.B w
+Display the command line of the selected process in a separate screen, wrapped
+onto multiple lines as needed.
.TP
.B F1, h, ?
Go to the help screen

© 2014-2024 Faster IT GmbH | imprint | privacy policy