--- mkpasswd.c.orig 2017-02-26 17:51:23.000000000 -0600 +++ mkpasswd.c 2017-07-28 15:25:04.000000000 -0500 @@ -458,7 +458,7 @@ "If no SALT is specified, a random one is generated.\n" "If TYPE is 'help', available methods are printed.\n" "\n" -"Report bugs to %s.\n"), ""); +"Report bugs to %s.\n"), ""); exit(error); } --- whois.c.orig 2018-01-20 18:23:45.000000000 -0600 +++ whois.c 2018-01-23 04:51:47.000000000 -0600 @@ -230,7 +230,7 @@ break; case 1: fprintf(stdout, _("Version %s.\n\nReport bugs to %s.\n"), - VERSION, ""); + VERSION, ""); exit(EXIT_SUCCESS); default: usage(EXIT_FAILURE);