mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 08:32:45 +00:00
lib: 'show thread cpu' help strings referenced a weird option
The 'show thread cpu' command referenced a 'b' option. Which is not parsed at all in the parse_filter function. As such I do not know what this was referencing as that it has been removed. Update the help strings to reflect this reality. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
528628cb2e
commit
61fa0b976a
@ -281,7 +281,7 @@ DEFUN (show_thread_cpu,
|
||||
SHOW_STR
|
||||
"Thread information\n"
|
||||
"Thread CPU usage\n"
|
||||
"Display filter (rwtexb)\n")
|
||||
"Display filter (rwtex)\n")
|
||||
{
|
||||
uint8_t filter = (uint8_t)-1U;
|
||||
int idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user