]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Cleanup missing help strings for 'show commandtree..' 245/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Mar 2017 15:54:10 +0000 (10:54 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Mar 2017 15:54:10 +0000 (10:54 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command.c

index 24272ccd1e8362f48dc0337560c5b3afaeee915d..50976f201035820e8b46b68c347d87f89592a7f1 100644 (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);
 }