From cbac2b1b9204040649b8799b4f67cca281bbd505 Mon Sep 17 00:00:00 2001 From: Evgeny Uskov Date: Mon, 25 Jan 2016 17:06:38 +0300 Subject: [PATCH] bgpd: Fix description of the command "dump bgp ..." --- bgpd/bgp_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.39.5