mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Make genssl use STDERR and the real binary name for error messages.
This commit is contained in:
parent
5366dd2abd
commit
a3cb0312ea
@ -45,7 +45,7 @@ sub prompt($$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($#ARGV != 0 || $ARGV[0] !~ /^(?:auto|gnutls|openssl)$/i) {
|
if ($#ARGV != 0 || $ARGV[0] !~ /^(?:auto|gnutls|openssl)$/i) {
|
||||||
say 'Syntax: genssl <auto|gnutls|openssl>';
|
say STDERR "Usage: $0 <auto|gnutls|openssl>";
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user