]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #4127 unbound -h does not list -p help.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 17 Jul 2018 07:03:37 +0000 (07:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 17 Jul 2018 07:03:37 +0000 (07:03 +0000)
git-svn-id: file:///svn/unbound/trunk@4783 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/unbound.c
doc/Changelog

index 138311013519a2b563b689bf5341277e304271a5..4100fe3d33a5898c11055ffcbae94cf5516fd593 100644 (file)
@@ -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");
index b8d7698d2043895ea5ea40c6dfb0e2559bfedbfd..67080ae533d40a41cd6b55abefde77244c23c5c9 100644 (file)
@@ -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.