From: Donald Sharp Date: Fri, 24 May 2019 12:22:07 +0000 (-0400) Subject: lib: 'show thread cpu' help strings referenced a weird option X-Git-Tag: base_7.2~314^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=61fa0b976aa323b6158ab45961000e4a45cffc42;p=matthieu%2Ffrr.git 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 --- 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;