From: Mark Andrews Date: Mon, 12 Apr 2021 02:06:54 +0000 (+1000) Subject: Update named's usage description X-Git-Tag: v9.17.13~66^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=38449de93b260c0cf4fda447261f192e779e469f;p=thirdparty%2Fbind9.git Update named's usage description --- diff --git a/bin/named/main.c b/bin/named/main.c index c66425e18ff..c22cefc1b21 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -330,11 +330,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"); }