]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Fix description of the command "dump bgp ..."
authorEvgeny Uskov <eu@qrator.net>
Mon, 25 Jan 2016 14:06:38 +0000 (17:06 +0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 26 Jan 2016 14:59:59 +0000 (06:59 -0800)
bgpd/bgp_dump.c

index 1980f40251c35f5a9df3d871172b2bb7f11e44a5..251ee4e8589ca7098b06c93c27ee1bac685e9e24 100644 (file)
@@ -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")