From: Evgeny Uskov Date: Mon, 25 Jan 2016 14:06:38 +0000 (+0300) Subject: bgpd: Fix description of the command "dump bgp ..." X-Git-Tag: frr-2.0-rc1~1155 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cbac2b1b9204040649b8799b4f67cca281bbd505;p=mirror%2Ffrr.git bgpd: Fix description of the command "dump bgp ..." --- diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c index 1980f40251..251ee4e858 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")