diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 18:51:12 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2020-10-02 18:51:12 +0300 | 
| commit | 31011d9cbe2bde44092675ff717bc192d2879498 (patch) | |
| tree | 993f26ddee61fb22776c76311d4a42b93db3cbf3 /isisd/isis_ldp_sync.c | |
| parent | 3a1d1d6076897b2bb7afae96b4191c14888447f8 (diff) | |
isisd, ospfd: fix missing/excessive docstrings
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'isisd/isis_ldp_sync.c')
| -rw-r--r-- | isisd/isis_ldp_sync.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/isisd/isis_ldp_sync.c b/isisd/isis_ldp_sync.c index 51123568fc..c15b59a8cf 100644 --- a/isisd/isis_ldp_sync.c +++ b/isisd/isis_ldp_sync.c @@ -748,7 +748,9 @@ DEFUN (show_isis_mpls_ldp_interface,         PROTO_HELP         MPLS_STR         "LDP-IGP Sync information\n" -       "Interface name\n") +       "Interface information\n" +       "Interface name\n" +       "All interfaces\n")  {  	char *ifname = NULL;  	int idx_intf = 0;  | 
