1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00

doc: Update the sort information in README

This commit is contained in:
Thomas Piekarski 2020-04-08 14:46:00 +02:00
parent 117cbd768e
commit 2162514006

View File

@ -217,6 +217,7 @@ kmon sort [FLAGS]
FLAGS:
-n, --name Sort modules by their names
-s, --size Sort modules by their sizes
-u, --used Sort modules by used-by other modules
```
## Key Bindings
@ -351,11 +352,12 @@ Use `ctrl-c/ctrl-v` for copying and pasting while in input mode.
### Sorting/reversing the kernel modules
`sort` subcommand can be used for sorting the kernel modules by their names or sizes.
`sort` subcommand can be used for sorting the kernel modules by their names, sizes or used-by.
```
kmon sort --name
kmon sort --size
kmon sort --used
```
Also the `-r, --reverse` flag is used for reversing the kernel module list.