lib: Cleanup missing help strings for 'show commandtree..'

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-03-03 10:54:10 -05:00
parent 4f4f7a93a1
commit 5a1945e4e8

View file

@ -1629,7 +1629,8 @@ DEFUN (show_commandtree,
show_commandtree_cmd,
"show commandtree [permutations]",
SHOW_STR
"Show command tree\n")
"Show command tree\n"
"Permutations that we are interested in\n")
{
return cmd_list_cmds (vty, argc == 3);
}