]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: 'show thread cpu' help strings referenced a weird option
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 May 2019 12:22:07 +0000 (08:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 May 2019 12:24:18 +0000 (08:24 -0400)
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>
lib/thread.c

index 7a9a0ab608e6ff8cd57d22456274d6fe57b360ef..04abb7e5f452b9e33d9386e93e7d383b97bf6549 100644 (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;