From 1fe9a678d52b4e970e670880a2d0f3760629382b Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Thu, 4 Oct 2018 13:36:38 +0300 Subject: [PATCH] doc update --- README.md | 2 +- bgpq3.8 | 2 +- bgpq3.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e063d7..7f7ff1e 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Use specified sources only (recommended: RADB,RIPE,APNIC). #### -t -Generate as-sets for OpenBGPD (OpenBSD 6.4+) and JSON formats. +Generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD and JSON formats. #### -T diff --git a/bgpq3.8 b/bgpq3.8 index 140f70f..0cfe80d 100644 --- a/bgpq3.8 +++ b/bgpq3.8 @@ -117,7 +117,7 @@ generate sequence numbers in IOS-style prefix-lists. .It Fl S Ar sources use specified sources only (recommended: RADB,RIPE,APNIC). .It Fl t -generate as-sets for OpenBGPD (OpenBSD 6.4+) and JSON formats. +generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD and JSON formats. .It Fl T disable pipelining. .It Fl W Ar len diff --git a/bgpq3.c b/bgpq3.c index 40c9c5e..0a9bd6e 100644 --- a/bgpq3.c +++ b/bgpq3.c @@ -66,8 +66,8 @@ usage(int ecode) " RADB,RIPE,APNIC)\n"); printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n"); printf(" -T : disable pipelining (experimental, faster mode)\n"); - printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+) and " - "JSON formats\n"); + printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD " + "and JSON formats\n"); printf(" -U : generate config for Huawei (Cisco IOS by default)\n"); printf(" -W len : specify max-entries on as-path line (use 0 for " "infinity)\n");