1 From: Scott Leggett <scott@sl.id.au>
2 Date: Sun, 5 Nov 2017 22:03:17 +1100
3 Subject: Fix typo in dump-bgp help text.
6 bgpd/bgp_dump.c | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
9 diff --git a/bgpd/bgp_dump.c b/bgpd/bgp_dump.c
10 index 01f9b41..2b8513c 100644
13 @@ -741,8 +741,8 @@ DEFUN (dump_bgp_all,
14 "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]",
17 - "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n"
18 - "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n"
19 + "Dump all BGP packets\nDump all BGP packets (Extended Timestamp Header)\n"
20 + "Dump BGP updates only\nDump BGP updates only (Extended Timestamp Header)\n"
21 "Dump whole BGP routing table\n"
23 "Interval of output\n")