mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 08:39:59 -04:00
[9.20] 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.20' into 'bind-9.20' See merge request isc-projects/bind9!11734
This commit is contained in:
commit
208f1fcfec
1 changed files with 1 additions and 1 deletions
|
|
@ -3316,7 +3316,7 @@ usage(int ret) {
|
|||
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