mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 06:00:00 -04:00
[9.18] fix: doc: Fix dnssec-signzone usage output
The usage still said the default NSEC3 iterations is 10, but this has been 0 for a while. Backport of MR !11727 Merge branch 'backport-matthijs-dnssec-signzone-help-nsec3iter-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11735
This commit is contained in:
commit
2fcee10d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -3308,7 +3308,7 @@ usage(void) {
|
|||
fprintf(stderr, "\t-n ncpus (number of cpus present)\n");
|
||||
fprintf(stderr, "\t-k key_signing_key\n");
|
||||
fprintf(stderr, "\t-3 NSEC3 salt\n");
|
||||
fprintf(stderr, "\t-H NSEC3 iterations (10)\n");
|
||||
fprintf(stderr, "\t-H NSEC3 additional iterations (%d)\n", nsec3iter);
|
||||
fprintf(stderr, "\t-A NSEC3 optout\n");
|
||||
|
||||
fprintf(stderr, "\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue