mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 04:33:10 +00:00
docs: make process help text consistent with README
This commit is contained in:
parent
4b7ff87c23
commit
9152ba3281
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ pub const CPU_HELP_TEXT: [&str; 4] = [
|
||||||
pub const PROCESS_HELP_TEXT: [&str; 8] = [
|
pub const PROCESS_HELP_TEXT: [&str; 8] = [
|
||||||
"3 - Process widget\n",
|
"3 - Process widget\n",
|
||||||
"dd Kill the selected process\n",
|
"dd Kill the selected process\n",
|
||||||
"c Sort by processor usage, press again to reverse sorting order\n",
|
"c Sort by CPU usage, press again to reverse sorting order\n",
|
||||||
"m Sort by memory usage\n",
|
"m Sort by memory usage, press again to reverse sorting order\n",
|
||||||
"p Sort by PID name, press again to reverse sorting order\n",
|
"p Sort by PID name, press again to reverse sorting order\n",
|
||||||
"n Sort by process name, press again to reverse sorting order\n",
|
"n Sort by process name, press again to reverse sorting order\n",
|
||||||
"Tab Group/un-group processes with the same name\n",
|
"Tab Group/un-group processes with the same name\n",
|
||||||
|
|
Loading…
Reference in a new issue