diff options
author | Evgeny Uskov <eu@qrator.net> | 2016-01-25 15:06:38 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-26 15:59:59 +0100 |
commit | cbac2b1b9204040649b8799b4f67cca281bbd505 (patch) | |
tree | 0d67057b889c268f224339aab8e60dd896a8e095 /bgpd/bgp_dump.c | |
parent | bgpd: Fix 'show bgp ipv4 vpnv4 statistics' cli (diff) | |
download | frr-cbac2b1b9204040649b8799b4f67cca281bbd505.tar.xz frr-cbac2b1b9204040649b8799b4f67cca281bbd505.zip |
bgpd: Fix description of the command "dump bgp ..."
Diffstat (limited to 'bgpd/bgp_dump.c')
-rw-r--r-- | bgpd/bgp_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c index 1980f4025..251ee4e85 100644 --- a/bgpd/bgp_dump.c +++ b/bgpd/bgp_dump.c @@ -708,8 +708,8 @@ DEFUN (dump_bgp_all, "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]", "Dump packet\n" "BGP packet dump\n" - "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n" - "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n" + "Dump all BGP packets\nDump all BGP packets (Extended Timestamp Header)\n" + "Dump BGP updates only\nDump BGP updates only (Extended Timestamp Header)\n" "Dump whole BGP routing table\n" "Output filename\n" "Interval of output\n") |