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:
Matthijs Mekking 2026-03-20 12:10:07 +01:00
parent 5f97f5b050
commit 3c3668619c

View file

@ -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");