]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Make "named -h" output match option-handling code
authorMichał Kępień <michal@isc.org>
Fri, 15 Jul 2022 08:23:03 +0000 (10:23 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jul 2022 08:45:34 +0000 (10:45 +0200)
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

index db98f133b50c8406e6924b646b5281fb16061017..0ef5608abd8aa85329352eb20ad4007c60151e3e 100644 (file)
@@ -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");
 }