forked from Mirror/frr
lib: Cleanup missing help strings for 'show commandtree..'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
4f4f7a93a1
commit
5a1945e4e8
|
@ -1629,7 +1629,8 @@ DEFUN (show_commandtree,
|
||||||
show_commandtree_cmd,
|
show_commandtree_cmd,
|
||||||
"show commandtree [permutations]",
|
"show commandtree [permutations]",
|
||||||
SHOW_STR
|
SHOW_STR
|
||||||
"Show command tree\n")
|
"Show command tree\n"
|
||||||
|
"Permutations that we are interested in\n")
|
||||||
{
|
{
|
||||||
return cmd_list_cmds (vty, argc == 3);
|
return cmd_list_cmds (vty, argc == 3);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue