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:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user