mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 19:17:09 +03:00
Add z key in the documentation
This commit is contained in:
parent
06e68c936a
commit
177a783920
@ -146,6 +146,8 @@ The following commands (key pressed) are supported while in Glances:
|
||||
Delete finished warning and critical log messages
|
||||
``y``
|
||||
Show/hide hddtemp stats (only available with -y flag)
|
||||
``Z``
|
||||
Show/hide processes list(for low CPU consumption)
|
||||
``1``
|
||||
Switch between global CPU and per-CPU stats
|
||||
|
||||
|
@ -3987,6 +3987,7 @@ class glancesScreen:
|
||||
[_("h"), _("Show/hide this help screen")],
|
||||
[_("t"), _("View network I/O as combination")],
|
||||
[_("u"), _("View cumulative network I/O")],
|
||||
[_("z"), _("Show/hide processes list (low CPU usage)")],
|
||||
[_("q"), _("Quit (Esc and Ctrl-C also work)")]]
|
||||
key_table_x = self.help_x + 38
|
||||
key_table_y = limits_table_y + 1
|
||||
|
Loading…
Reference in New Issue
Block a user