.SH OPTIONS
.TP
\fB-a \fI<algorithm>\fR
-Create a key with this algorithm. Specifying 'list' here gives a list of supported algorithms. Several alias names are also accepted (from older versions and
-other software), the list gives names from the RFC. Also the plain algo number is accepted.
+Create a key with this algorithm. Specifying 'list' here gives a list of supported algorithms.
+Several alias names are also accepted (from older versions and other software),
+the list gives names from the RFC. Also the plain algo number is accepted.
.TP
\fB-b \fI<bits>\fR
show_algorithms(stdout);
exit(EXIT_SUCCESS);
}
- algorithm = ldns_get_signing_algorithm_by_name(optarg);
+ algorithm = ldns_get_signing_algorithm_by_name(optarg);
if (algorithm == 0) {
fprintf(stderr, "Algorithm %s not found\n", optarg);
show_algorithms(stderr);