From 0a49b8a6eac7684bbee86591a96a6a70a4483f5e Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Tue, 31 Dec 2019 14:47:41 +0100 Subject: [PATCH] Move -S to Input filter --- bgpq4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bgpq4.c b/bgpq4.c index 414c3fc..7a3605b 100644 --- a/bgpq4.c +++ b/bgpq4.c @@ -48,6 +48,8 @@ usage(int ecode) printf(" -m len : maximum prefix length (default: 32 for IPv4, " "128 for IPv6)\n"); printf(" -L depth : limit recursion depth (default: unlimited)\n"), + printf(" -S sources: only use specified IRR sources, in the specified " + "order (comma separated)\n"); printf(" -w : 'validate' AS numbers: accept only ones with " "registered routes\n"); @@ -75,7 +77,6 @@ usage(int ecode) printf(" -d : generate some debugging output\n"); printf(" -h host : host running IRRD software (default: rr.ntt.net)\n" " use 'host:port' to specify alternate port\n"); - printf(" -S sources: only use specified IRR sources, in the specified order\n"); printf(" -T : disable pipelining (not recommended)\n"); printf(" -v : print version and exit\n"); printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION " "