genserv.pl: fix newline in usage text

Cherry-picked from #17877
This commit is contained in:
Viktor Szakats 2025-07-09 22:21:29 +02:00
parent 3222eabe18
commit c680aa11af
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -50,7 +50,7 @@ my $PREFIX;
my $CAPREFIX = shift @ARGV;
if(!$CAPREFIX) {
print 'Usage: genserv.pl <caprefix> [<prefix> ...]\n';
print "Usage: genserv.pl <caprefix> [<prefix> ...]\n";
exit 1;
} elsif(! -f "$CAPREFIX-ca.cacert" ||
! -f "$CAPREFIX-ca.key") {