summaryrefslogtreecommitdiffstats
path: root/lib/command.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-03 16:54:10 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-03 16:54:10 +0100
commit5a1945e4e86a25834b6d6657a049fec8e39ec8f5 (patch)
treec53970859f76120dafc5f32a28744c5f6773167c /lib/command.c
parentcumulus: Add startup parameters for ldpd (diff)
downloadfrr-5a1945e4e86a25834b6d6657a049fec8e39ec8f5.tar.xz
frr-5a1945e4e86a25834b6d6657a049fec8e39ec8f5.zip
lib: Cleanup missing help strings for 'show commandtree..'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--lib/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index 24272ccd1..50976f201 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);
}