mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
[master] correct a mistake in nsupdate help
This commit is contained in:
parent
897049d129
commit
bdbdc69a75
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue