mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix dnssec-signzone usage output
The usage still said the default NSEC3 iterations is 10, but this
has been 0 for a while.
(cherry picked from commit c61bf8b533)
This commit is contained in:
parent
5f97f5b050
commit
3c3668619c
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