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 committed by Matthijs Mekking (GitLab job 7072283)
parent 002a9b9abc
commit 418f949b9d

View file

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