htop: add sorting option (#4134)
This commit is contained in:
parent
b697be87f3
commit
b655e1b68a
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
`htop -u {{username}}`
|
||||
|
||||
- Sort processes by a column (use `--sort-key help` for a column list):
|
||||
|
||||
`htop -s {{column_name}}`
|
||||
|
||||
- Get help about interactive commands:
|
||||
|
||||
`?`
|
||||
|
|
|
|||
Loading…
Reference in New Issue