From 5a1945e4e86a25834b6d6657a049fec8e39ec8f5 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 3 Mar 2017 10:54:10 -0500 Subject: [PATCH] lib: Cleanup missing help strings for 'show commandtree..' Signed-off-by: Donald Sharp --- lib/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.39.5