Merge branch '2622-command-line-option-l-not-shown-with-usage-message-v9_16' into 'v9_16'
Update named's usage description See merge request isc-projects/bind9!4887
This commit is contained in:
@@ -337,11 +337,14 @@ library_unexpected_error(const char *file, int line, const char *format,
|
||||
static void
|
||||
usage(void) {
|
||||
fprintf(stderr, "usage: named [-4|-6] [-c conffile] [-d debuglevel] "
|
||||
"[-E engine] [-f|-g]\n"
|
||||
" [-n number_of_cpus] [-p port] [-s] "
|
||||
"[-S sockets] [-t chrootdir]\n"
|
||||
" [-u username] [-U listeners] "
|
||||
"[-m {usage|trace|record|size|mctx}]\n"
|
||||
"[-D comment] [-E engine]\n"
|
||||
" [-f|-g] [-L logfile] [-n number_of_cpus] "
|
||||
"[-p port] [-s]\n"
|
||||
" [-S sockets] [-t chrootdir] [-u "
|
||||
"username] [-U listeners]\n"
|
||||
" [-X lockfile] [-m "
|
||||
"{usage|trace|record|size|mctx}]\n"
|
||||
" [-M fill|nofill]\n"
|
||||
"usage: named [-v|-V]\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user