From 0ae750e552e8aa509b0231a570a719045ab8440a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 17 Jul 2018 07:03:37 +0000 Subject: [PATCH] - Fix #4127 unbound -h does not list -p help. git-svn-id: file:///svn/unbound/trunk@4783 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/unbound.c | 1 + doc/Changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/daemon/unbound.c b/daemon/unbound.c index 138311013..4100fe3d3 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -101,6 +101,7 @@ static void usage(void) printf("-c file config file to read instead of %s\n", CONFIGFILE); printf(" file format is described in unbound.conf(5).\n"); printf("-d do not fork into the background.\n"); + printf("-p do not create a pidfile.\n"); printf("-v verbose (more times to increase verbosity)\n"); #ifdef UB_ON_WINDOWS printf("-w opt windows option: \n"); diff --git a/doc/Changelog b/doc/Changelog index b8d7698d2..67080ae53 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +17 July 2018: Wouter + - Fix #4127 unbound -h does not list -p help. + 16 July 2018: Wouter - Fix qname minimisation NXDOMAIN validation lookup failures causing error_supers assertion fails. -- 2.47.3