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.
This commit is contained in:
Michał Kępień
2022-07-15 10:45:34 +02:00
parent 31012c1c0d
commit b68851773c
+1 -1
View 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");
}