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:
Donald Sharp 2019-05-24 08:22:07 -04:00
parent 528628cb2e
commit 61fa0b976a

View File

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