From b68851773c19fb93d0cc4ae55e0eb88530b22480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 15 Jul 2022 10:23:03 +0200 Subject: [PATCH] Make "named -h" output match option-handling code The usage instructions printed by "named -h" are missing the "external" and "internal" flags that can be passed to the -M command-line option. Add the missing flags to "named -h" output. --- bin/named/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/main.c b/bin/named/main.c index db98f133b5..0ef5608abd 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -350,7 +350,7 @@ usage(void) { "username] [-U listeners]\n" " [-X lockfile] [-m " "{usage|trace|record|size|mctx}]\n" - " [-M fill|nofill]\n" + " [-M external|internal|fill|nofill]\n" "usage: named [-v|-V|-C]\n"); }