From 61fa0b976aa323b6158ab45961000e4a45cffc42 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 24 May 2019 08:22:07 -0400 Subject: [PATCH] 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 --- lib/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thread.c b/lib/thread.c index 7a9a0ab608..04abb7e5f4 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -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; -- 2.39.5