Skip to content

Commit

Permalink
Merge pull request FRRouting#23 from pushpasis/fix_cmgd_show_adaptr_d…
Browse files Browse the repository at this point in the history
…etail

cmgd: fix show adapter details cmd help string.
  • Loading branch information
pushpasis authored Aug 23, 2021
2 parents d49eaaa + 3431999 commit 4520e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmgd/cmgd_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ DEFPY(show_cmgd_frntnd_adapter_detail,
SHOW_STR
CMGD_STR
CMGD_FRNTND_ADPTR_STR
"Display all Frontend Adapters\n")
"Display all Frontend Adapters\n"
"Details of commit stats\n")
{
cmgd_frntnd_adapter_status_write(vty, true);

Expand Down

0 comments on commit 4520e88

Please sign in to comment.