]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] correct a mistake in nsupdate help
authorEvan Hunt <each@isc.org>
Thu, 20 Apr 2017 23:17:19 +0000 (16:17 -0700)
committerEvan Hunt <each@isc.org>
Thu, 20 Apr 2017 23:17:19 +0000 (16:17 -0700)
bin/nsupdate/nsupdate.c

index 8fc5b20b6e1ba4fe7d3b3a8b943232c5bcc856b8..c5004fdfc4d8b1c449063a55bbe2709c1ce8a3dc 100644 (file)
@@ -2146,10 +2146,10 @@ do_next_command(char *cmdline) {
 "zone name                 (set the zone to be updated)\n"
 "class CLASS               (set the zone's DNS class, e.g. IN (default), CH)\n"
 "check-names { on | off }  (enable / disable check-names)\n"
-"[prereq] nxdomain name    (does this name not exist)\n"
-"[prereq] yxdomain name    (does this name exist)\n"
-"[prereq] nxrrset ....     (does this RRset exist)\n"
-"[prereq] yxrrset ....     (does this RRset not exist)\n"
+"[prereq] nxdomain name    (require that this name does not exist)\n"
+"[prereq] yxdomain name    (require that this name exists)\n"
+"[prereq] nxrrset ....     (require that this RRset does not exist)\n"
+"[prereq] yxrrset ....     (require that this RRset exists)\n"
 "[update] add ....         (add the given record to the zone)\n"
 "[update] del[ete] ....    (remove the given record(s) from the zone)\n");
                return (STATUS_MORE);