mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 14:50:00 -04:00
add -P and -T to help
This commit is contained in:
parent
b7b835bfb0
commit
91d3c63ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ pre_parse_args(int argc, char **argv) {
|
|||
argv[0], isc_commandline_option);
|
||||
fprintf(stderr, "usage: nsupdate [-dD] [-L level] [-l]"
|
||||
"[-g | -o | -y keyname:secret | -k keyfile] "
|
||||
"[-v] [-V] [filename]\n");
|
||||
"[-v] [-V] [-P] [-T] [filename]\n");
|
||||
exit(1);
|
||||
|
||||
case 'P':
|
||||
|
|
|
|||
Loading…
Reference in a new issue