]> git.puffer.fish Git - matthieu/frr.git/commit
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)
commit61fa0b976aa323b6158ab45961000e4a45cffc42
tree05906ea07de024a89666f3e182479b13a0de37a1
parent528628cb2ea4f5a522bf1f6d5b702bb188c4e30e
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>
lib/thread.c