]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix a typo in usage output
authorEvan Hunt <each@isc.org>
Mon, 24 Sep 2018 22:21:47 +0000 (15:21 -0700)
committerEvan Hunt <each@isc.org>
Mon, 24 Sep 2018 22:32:10 +0000 (15:32 -0700)
(cherry picked from commit e7c99e42f39588b09183d3bb375840b7e403277c)

bin/dnssec/dnssec-keygen.c

index 7f707d183e7d2e3162494e4f8576cd93e0323031..b93b50cf0c641bd616c9a1b26b2057dfbee56605 100644 (file)
@@ -327,7 +327,7 @@ main(int argc, char **argv) {
                case 'e':
                        fprintf(stderr,
                                "phased-out option -e "
-                               "(was 'use (RSA) large exponent)\n");
+                               "(was 'use (RSA) large exponent')\n");
                        break;
                case 'f':
                        c = (unsigned char)(isc_commandline_argument[0]);