From 8bdbed3331ac3cdeaea6a52ebc8144caf24e34db Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 23 Dec 2022 09:49:23 +0100 Subject: [PATCH] Minor change on the help screen --- docs/_static/glances-flame.svg | 4 ++-- glances/plugins/glances_help.py | 2 +- glances/plugins/glances_processlist.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_static/glances-flame.svg b/docs/_static/glances-flame.svg index 72744ff4..c450cb3b 100644 --- a/docs/_static/glances-flame.svg +++ b/docs/_static/glances-flame.svg @@ -1,4 +1,4 @@ - \ No newline at end of file diff --git a/glances/plugins/glances_help.py b/glances/plugins/glances_help.py index 69017f0b..000d71ac 100644 --- a/glances/plugins/glances_help.py +++ b/glances/plugins/glances_help.py @@ -110,7 +110,7 @@ class Plugin(GlancesPlugin): ('misc_erase_process_filter', msg_col.format('E', 'Erase process filter')), ('misc_generate_history_graphs', msg_col.format('g', 'Generate history graphs')), ('misc_help', msg_col.format('h', 'HELP')), - ('misc_accumulate_processes_by_program', msg_col.format('j', 'Accumulate processes by program')), + ('misc_accumulate_processes_by_program', msg_col.format('j', 'Display threads or programs')), ('misc_increase_nice_process', msg_col.format('+', 'Increase nice process')), ('misc_decrease_nice_process', msg_col.format('-', 'Decrease nice process (need admin rights)')), ('misc_kill_process', msg_col.format('k', 'Kill process')), diff --git a/glances/plugins/glances_processlist.py b/glances/plugins/glances_processlist.py index 54cd0835..7a9efd57 100644 --- a/glances/plugins/glances_processlist.py +++ b/glances/plugins/glances_processlist.py @@ -350,7 +350,7 @@ class Plugin(GlancesPlugin): """Get curses data to display for a process. - p is the process to display - - selected is a tag=True if the selected process + - selected is a tag=True if p is the selected process """ ret = [self.curse_new_line()] # When a process is selected: