mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
update usage
This commit is contained in:
@@ -305,11 +305,13 @@ static void
|
|||||||
lwresd_usage(void) {
|
lwresd_usage(void) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: lwresd [-4|-6] [-c conffile | -C resolvconffile] "
|
"usage: lwresd [-4|-6] [-c conffile | -C resolvconffile] "
|
||||||
"[-d debuglevel]\n"
|
"[-d debuglevel] [-f|-g]\n"
|
||||||
" [-f|-g] [-n number_of_cpus] [-p port] "
|
" [-i pidfile] [-n number_of_cpus] "
|
||||||
"[-P listen-port] [-s]\n"
|
"[-p port] [-P listen-port]\n"
|
||||||
" [-t chrootdir] [-u username] [-i pidfile]\n"
|
" [-s] [-S sockets] [-t chrootdir] [-u username] "
|
||||||
" [-m {usage|trace|record|size|mctx}]\n");
|
"[-U listeners]\n"
|
||||||
|
" [-m {usage|trace|record|size|mctx}]\n"
|
||||||
|
"usage: lwresd [-v|-V]\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -322,8 +324,10 @@ usage(void) {
|
|||||||
"usage: named [-4|-6] [-c conffile] [-d debuglevel] "
|
"usage: named [-4|-6] [-c conffile] [-d debuglevel] "
|
||||||
"[-E engine] [-f|-g]\n"
|
"[-E engine] [-f|-g]\n"
|
||||||
" [-n number_of_cpus] [-p port] [-s] "
|
" [-n number_of_cpus] [-p port] [-s] "
|
||||||
"[-t chrootdir] [-u username]\n"
|
"[-S sockets] [-t chrootdir]\n"
|
||||||
" [-m {usage|trace|record|size|mctx}]\n");
|
" [-u username] [-U listeners] "
|
||||||
|
"[-m {usage|trace|record|size|mctx}]\n"
|
||||||
|
"usage: named [-v|-V]\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user