aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenewck/renewck2
1 files changed, 1 insertions, 1 deletions
diff --git a/renewck/renewck b/renewck/renewck
index cc1e4dc..582d7d3 100755
--- a/renewck/renewck
+++ b/renewck/renewck
@@ -437,7 +437,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]/;

Return to:

Send suggestions and report system problems to the System administrator.