aboutsummaryrefslogtreecommitdiff
path: root/dns/renewck/files/patch-renewck
blob: 880d4d879d62a81fb0536d1b420802667ae8cb36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- renewck.orig	2023-11-18 20:32:22 UTC
+++ renewck
@@ -438,7 +438,7 @@ GetOptions("help|h" => \$help,
                    }
                }
            },
-	   "domain|d:s" => sub {
+	   "domain|D:s" => sub {
 	       foreach my $dom (split(/,/, $_[1])) {
 		   my @s = split(/[=]/, $dom, 2);
 #                       $s[0] =~ tr/[a-z]/[A-Z]/;