Minor change on the help screen

This commit is contained in:
nicolargo 2022-12-23 09:49:23 +01:00
parent 8e5bdaf2a5
commit 8bdbed3331
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -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')),

View File

@ -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: