diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-03-03 13:25:17 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-03 13:25:17 -0300 |
| commit | bc6cec21c458ff9a3e82f38bb3f5cf23143ba8c1 (patch) | |
| tree | 10b9d503aafdca552e12e09dd047f668504694eb /lib/command.c | |
| parent | 83456d14388e96ab77f48bf8ad8eb9630dbe11a6 (diff) | |
| parent | 5a1945e4e86a25834b6d6657a049fec8e39ec8f5 (diff) | |
Merge pull request #245 from donaldsharp/ldpd_load
Ldpd load
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); } |
