Merge branch 'fix-typo' into 'master'

fix a typo in usage output

See merge request isc-projects/bind9!796
This commit is contained in:
Evan Hunt 2018-09-24 18:30:04 -04:00
commit e673237509

View file

@ -308,7 +308,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]);