summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2022-09-25 12:32:41 +0300
committerKostis Anagnostopoulos <ankostis@gmail.com>2022-09-27 13:51:44 +0300
commit8284f25051b760a6ea7c8803cdfaf577edaf8057 (patch)
tree96fe916b78d7280b47bba42321099aba2f97a272
parentae5779e3c988011cb270859671f2e9c1a840f19c (diff)
fix(help,#976) was missing `9` shortcut for theme-white
-rw-r--r--glances/plugins/glances_help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glances/plugins/glances_help.py b/glances/plugins/glances_help.py
index 0acb9128..6deacd05 100644
--- a/glances/plugins/glances_help.py
+++ b/glances/plugins/glances_help.py
@@ -120,6 +120,7 @@ class Plugin(GlancesPlugin):
('misc_reset_history', msg_col.format('r', 'Reset history')),
('misc_delete_warning_alerts', msg_col.format('w', 'Delete warning alerts')),
('misc_delete_warning_and_critical_alerts', msg_col.format('x', 'Delete warning & critical alerts')),
+ ('misc_theme_white', msg_col.format('9', 'Optimize colors for white background')),
('misc_edit_process_filter_pattern', ' ENTER: Edit process filter pattern'),
]
)