From: Donald Sharp Date: Fri, 3 Mar 2017 15:54:10 +0000 (-0500) Subject: lib: Cleanup missing help strings for 'show commandtree..' X-Git-Tag: frr-3.0-branchpoint~13^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F245%2Fhead;p=mirror%2Ffrr.git lib: Cleanup missing help strings for 'show commandtree..' Signed-off-by: Donald Sharp --- diff --git a/lib/command.c b/lib/command.c index 24272ccd1e..50976f2010 100644 --- a/lib/command.c +++ b/lib/command.c @@ -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); }