From a1e82ecfe7e975711c007bcaba488ff81ab40a18 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Sun, 15 Mar 2026 16:35:07 +0000 Subject: [PATCH] Fix help message --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c427c04..982ecd1 100644 --- a/main.c +++ b/main.c @@ -78,7 +78,7 @@ usage(int ecode) 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 " + printf(" -w : 'validate' AS numbers: only accept ones with " "registered routes\n"); printf("\nOutput modifiers:\n");